net
#44039 opened 1 month ago by lysShub
#42733 opened 3 months ago by dmitshur
TestUnixAndUnixpacketServer failed with EOFNeedsInvestigation
#42720 opened 3 months ago by mengzhuo
#42480 opened 3 months ago by justkeepsimple
#42415 opened 3 months ago by odeke-em
ListenMulticastUDP should not disable loopback or should specify this in docsDocumentationNeedsFixhelp wanted
#41752 opened 5 months ago by stalker-loki
#41549 opened 5 months ago by leventov
TCP backlog size truncated to max(uint16)-1 instead of uint32 yet was increased to uint32 in Linux kernel 4.1 from 2015NeedsInvestigationOS-Linux
#41470 opened 5 months ago by lexand
#41373 opened 5 months ago by vinhjaxt
ParseIP return 16 bytes length IP for IPv4 addressNeedsInvestigation
#40606 opened 6 months ago by baislsl
#40118 opened 7 months ago by fhs
#40070 opened 8 months ago by rsc
#40045 opened 8 months ago by fhs
#40016 opened 8 months ago by fhs
#39931 opened 8 months ago by fhs
#39908 opened 8 months ago by fhs
#39747 opened 8 months ago by fhs
#39538 opened 8 months ago by gopherbot
IPNet.String() returns an unexpected string value '<nil>'NeedsInvestigation
#39516 opened 8 months ago by colinmcintosh
#39293 opened 9 months ago by caleb-letsgo
unix socket tests fail on WSLNeedsFix
#38954 opened 9 months ago by stevenh
#38684 opened 10 months ago by fanmanpro
UDPConn.WriteToUDP not sending anything on WindowsNeedsInvestigationOS-WindowsWaitingForInforelease-blocker
#38202 opened 11 months ago by jmarkel44
call WSAGetLastError on WindowsOS-Windows
#38134 opened 11 months ago by networkimprov
ParseCIDR returns IP of size 16 and not 4 for IPv4NeedsInvestigation
#38097 opened 11 months ago by lzap
#37817 opened 11 months ago by pierre-emmanuelJ
TestLookupNullByte is failing on macOS (and maybe other non-Windows ports)FrozenDueToAgeNeedsFixTestingrelease-blocker
#37031 opened 1 year ago by dmitshur
non-blocking Read on ConnProposal
#36973 opened 1 year ago by jackc
#36961 opened 1 year ago by LOVELiberty6699
#36767 opened 1 year ago by rillig
#36368 opened 1 year ago by rski
#36357 opened 1 year ago by sylr
#35876 opened 1 year ago by CPerezz
#35616 opened 1 year ago by bcmills
Dial ignores second result of Context.Deadline()FrozenDueToAge
#35594 opened 1 year ago by g7r
parallel A/AAAA queries are mishandled by broken DNS serversFrozenDueToAgeNeedsInvestigationWaitingForInfo
#35521 opened 1 year ago by albrro
#35383 opened 1 year ago by laboger
#35305 opened 1 year ago by schnoddelbotz
why not provide function net.ResolveAddr(network, address string) (net.Addr, error)FrozenDueToAgeWaitingForInfo
#35244 opened 1 year ago by tensorchen
#35061 opened 1 year ago by thatnerdjosh
#34931 opened 1 year ago by fhs
#34781 opened 1 year ago by mengzhuo
conn.WriteToUDP([]byte("not ok"), addr)FrozenDueToAge
#34758 opened 1 year ago by gertcuykens
Allow setting socket options with DialTCPFeatureRequestFrozenDueToAgeNeedsInvestigationWaitingForInfo
#34743 opened 1 year ago by dorianperkins
#34677 opened 1 year ago by iangudger
#34662 opened 1 year ago by gopherbot
#34661 opened 1 year ago by gopherbot
#34660 opened 1 year ago by mndrix
#34624 opened 1 year ago by Stebalien
#34495 opened 1 year ago by bcmills
host string comparison in TestLookupGmailNS is case-sensitive, causes flaky testFrozenDueToAgeNeedsFixTestinghelp wanted
#34446 opened 1 year ago by acln0
Not close accept conn when epoll failedNeedsInvestigation
#34392 opened 1 year ago by woodliu
#34368 opened 1 year ago by timdarbydotnet
The requested address is not valid in its context.FrozenDueToAge
#34171 opened 2 years ago by eycorsican
#33914 opened 2 years ago by almostssh
#33743 opened 2 years ago by kevinburkemeter
#33535 opened 2 years ago by elico
HTTP requests can be not completed if network interface settings was changed and connection doesn't return an error for a long timeFrozenDueToAgeNeedsInvestigation
#33515 opened 2 years ago by dedalqq
typo in src/net/ip.go for private func parseIPv6FrozenDueToAge
#33455 opened 2 years ago by gaissmai
#33433 opened 2 years ago by gaissmai
Conn.Read() returns Error with .Timeout()==true on KeepAlive failure [1.12 backport]CherryPickCandidateFrozenDueToAge
#33137 opened 2 years ago by gopherbot
#33007 opened 2 years ago by dunjut
#32919 opened 2 years ago by bcmills
resolver dials multiple times in parallel, and retries same server before progressingFrozenDueToAgeNeedsInvestigation
#32873 opened 2 years ago by rittneje
#32722 opened 2 years ago by weiyixuan
#32592 opened 2 years ago by Anteoy
#32534 opened 2 years ago by bcmills
add ability to read OOB data without discarding a byteFrozenDueToAgeProposalProposal-FinalCommentPeriod
#32465 opened 2 years ago by APTy
pure go version of dnsclient does a DNS lookup of "localhost" qualified with the domain name.FrozenDueToAgeNeedsInvestigationWaitingForInfo
#32017 opened 2 years ago by kraney
#31950 opened 2 years ago by bradfitz
#31927 opened 2 years ago by esote
DNS broken on darwin without cgo (1.13 regression)FrozenDueToAgeNeedsInvestigationOS-Darwinhelp wantedrelease-blocker
#31705 opened 2 years ago by bradfitz
#31672 opened 2 years ago by 0intro
call net.ResolveIPAddr with nul char causes a panic in the goroutine on Windows buildFrozenDueToAgeNeedsInvestigation
#31597 opened 2 years ago by saito-tom
use the same default TCPKeepAlive interval in net.Listen and net.DialFrozenDueToAgeNeedsFixrelease-blocker
#31510 opened 2 years ago by CAFxX
Set*Deadline() expiration error should be unique, as .Timeout() is true for keepalive, etcNeedsDecisionrelease-blocker
#31449 opened 2 years ago by networkimprov
#31433 opened 2 years ago by weiyixuan
#31427 opened 2 years ago by MaurGi
#31249 opened 2 years ago by safety-tom
Error when running concurrent DNS queries using cgo on MacOS [1.12 backport]CherryPickApprovedFrozenDueToAge
#31062 opened 2 years ago by gopherbot
DialTimeout w/ "udp4" or "udp6" failingFrozenDueToAge
#31058 opened 2 years ago by baloo32
TestCloseWrite for SOCK_SEQPACKET failing on SmartOSFrozenDueToAgeNeedsInvestigationOS-SolarisTesting
#30840 opened 2 years ago by bcmills
why not check valid when parse CIDRFrozenDueToAge
#30834 opened 2 years ago by daixiang0
#30521 opened 2 years ago by cezarsa
#30452 opened 2 years ago by iangudger
#30440 opened 2 years ago by bradfitz
#30324 opened 2 years ago by mikioh
#30291 opened 2 years ago by chengxuncc
#30264 opened 2 years ago by nemith
TCP server did NOT Close Conn when I close connectionFrozenDueToAge
#29989 opened 2 years ago by liuzheng
add tryRead() method to ConnFrozenDueToAge
#29947 opened 2 years ago by tema3210
#29876 opened 2 years ago by empijei
#29712 opened 2 years ago by darkfeline
#29700 opened 2 years ago by gopherbot
#29699 opened 2 years ago by gopherbot
#29698 opened 2 years ago by ianlancetaylor
support single-request resolv.conf option in pure Go resolverFrozenDueToAgeProposalProposal-Accepted
#29644 opened 2 years ago by jfbus
#29621 opened 2 years ago by andymacau853
LookupAddr returns a zero length slice when looking up its own IP address on a Windows DNS serverFrozenDueToAgeNeedsInvestigationOS-Windows
#29600 opened 2 years ago by jftuga
DialUDP unexpected behavior when laddr not nilFrozenDueToAge
#29451 opened 2 years ago by Astone-Chou
add configuration knob to force TCP-only DNS requests in the pure Go resolver on unixFrozenDueToAgeNeedsFixProposalProposal-Accepted
#29358 opened 2 years ago by jfbus
#29089 opened 2 years ago by mikioh
#28957 opened 2 years ago by bradfitz
0:fe:8000::%lo0: bind: can't assign requested address on FreeBSD 11.2 or aboveFrozenDueToAgeOS-FreeBSD
#28826 opened 2 years ago by mikioh
#28798 opened 2 years ago by Alan-Jowett
Make it possible to determine if a lookup error is errNoSuchHostFeatureRequestFrozenDueToAgeNeedsInvestigationhelp wanted
#28635 opened 2 years ago by aermakov-zalando
#28607 opened 2 years ago by methane
#28600 opened 2 years ago by WinstonPrivacy
#28571 opened 2 years ago by leslie-qiwa
#28535 opened 2 years ago by stapelberg
#28529 opened 2 years ago by ifraixedes
#28419 opened 2 years ago by sithmein
#28165 opened 2 years ago by hujun-open
#28144 opened 2 years ago by mikioh
#28061 opened 2 years ago by alexbrainman
accept <addr>: use of closed network connectionFrozenDueToAgeNeedsInvestigationOS-Darwinrelease-blocker
#27998 opened 2 years ago by jadekler
#27943 opened 2 years ago by alexbrainman
#27886 opened 2 years ago by gopherbot
#27774 opened 2 years ago by gregory-m
#27763 opened 2 years ago by BangtianZhou
goroutine permanently stuck in waitWrite() and waitRead() on tcp connFrozenDueToAgeNeedsInvestigationWaitingForInfo
#27752 opened 2 years ago by absolute8511
go 1.11 DNS client incompatible with SRV records from kube-dnsFrozenDueToAgeNeedsInvestigationWaitingForInfo
#27546 opened 2 years ago by jnewmano
#27537 opened 2 years ago by gopherbot
#27525 opened 2 years ago by iangudger
#27513 opened 2 years ago by bradfitz
io.CopyN fails to copy from file to net.Conn on Windows [1.10 backport]CherryPickApprovedFrozenDueToAge
#27419 opened 2 years ago by FiloSottile
io.CopyN fails to copy from file to net.Conn on Windows [1.11 backport]CherryPickApprovedFrozenDueToAge
#27411 opened 2 years ago by gopherbot
testSpliceReaderAtEOF closed connection: got err = splice: invalid argumentFrozenDueToAgeNeedsInvestigation
#27355 opened 2 years ago by mikesmitty
conn.Read() methods seem to thrash CPU, please return on insufficient dataFrozenDueToAgeNeedsInvestigationWaitingForInfo
#27315 opened 2 years ago by matthalladay
malformed payload of UDP packets on MacFrozenDueToAge
#27084 opened 2 years ago by bartoszmodelski
#26896 opened 2 years ago by johndoughnut
#26867 opened 2 years ago by mvdan
ParseIP for IPv6 with embedded IPv4 incorrect parsingFrozenDueToAge
#26694 opened 2 years ago by dmitryrpm
#26573 opened 2 years ago by artyom
UDPConn.LocalAddr() of ListenUDP returns "0.0.0.0:11110" instead of "127.0.0.1:11110" or "10.16.83.185:11110"FrozenDueToAge
#26347 opened 2 years ago by woniuxu
UDPConn.LocalAddr() of ListenUDP returns "0.0.0.0:11110" instead of "127.0.0.1:58306" or "10.16.83.185:51386"FrozenDueToAge
#26346 opened 2 years ago by woniuxu
#26072 opened 2 years ago by mattn
JoinHostPort should not add [ ] when the host is ipv6 and it is surrounded by bracketsFrozenDueToAgeNeedsDecision
#26006 opened 2 years ago by Sherlock-Holo
tcpproxy test hangs under Go tip (due to splice), works on Go 1.10FrozenDueToAgeNeedsFixrelease-blocker
#25985 opened 2 years ago by bradfitz
in cgoLookupIPCNAME(), let C.getaddrinfo() get a hint about network familyFrozenDueToAgeNeedsFixhelp wanted
#25947 opened 2 years ago by albertjin
#25809 opened 2 years ago by alexbrainman
#25729 opened 2 years ago by sandyskies
io.CopyN fails to copy from file to net.Conn on WindowsFrozenDueToAgeNeedsInvestigationOS-Windowsrelease-blocker
#25722 opened 2 years ago by AndreKR
performance issue with TCPConn.SetReadBuffer (~25ms network delay)FrozenDueToAgeNeedsInvestigationPerformance
#25701 opened 2 years ago by damnever
localhost pipes cause test hangs on macOS SierraFrozenDueToAgeNeedsInvestigationOS-DarwinSoonTestinghelp wantedrelease-blocker
#25696 opened 2 years ago by bcmills
#25694 opened 2 years ago by bcmills
getaddrinfow: The specified class was not found.FrozenDueToAge
#25553 opened 2 years ago by jeffkayser2
#25546 opened 2 years ago by andybons
Listen fails on Windows when SYSTEMROOT environment variable is not setFrozenDueToAgeNeedsInvestigationOS-Windows
#25513 opened 2 years ago by Xjs
TestSplice hangs on old versions of linuxFrozenDueToAge
#25486 opened 2 years ago by benburkert
TestNottemporaryRead is flaky (timeout on freebsd-amd64)FrozenDueToAge
#25481 opened 2 years ago by hyangah
nonexistentdomain.golang.org returns a CNAME to golang.orgFrozenDueToAgeNeedsInvestigationhelp wanted
#25370 opened 2 years ago by 0intro
#25365 opened 2 years ago by eliasnaur
LookupHost("nonexistentdomain.golang.org"): returns [173.194.74.141 2607:f8b0:4001:c14::8d]FrozenDueToAgeOS-Plan9
#25361 opened 2 years ago by alexbrainman
#25336 opened 2 years ago by quasilyte
#25257 opened 2 years ago by richard-jp-leguen
#25106 opened 2 years ago by cherrymui
File method of {TCP,UDP,IP,Unix}Conn and {TCP,Unix}Listener should leave the socket in nonblocking modeFrozenDueToAgeNeedsFixhelp wanted
#24942 opened 2 years ago by rothskeller
#24796 opened 2 years ago by iangudger
#24778 opened 2 years ago by glasser
#24580 opened 2 years ago by josharian
#24569 opened 2 years ago by andybons
#24483 opened 2 years ago by twmb
#24455 opened 2 years ago by twmb
go cannot resolve localhost on darwin when net.DefaultResolver.PreferGo = trueFrozenDueToAgeNeedsInvestigation
#24393 opened 3 years ago by cee-dub
#24330 opened 3 years ago by philpennock
#24306 opened 3 years ago by vkuzmin-uber
#24178 opened 3 years ago by Kleissner
#23903 opened 3 years ago by rasky
(*UDPConn).ReadFrom with zero-byte buffer does not blockFrozenDueToAge
#23849 opened 3 years ago by aktungmak
support for the socket option SO_REUSEPORTFrozenDueToAge
#23696 opened 3 years ago by cuisj
#23653 opened 3 years ago by sternix
#23648 opened 3 years ago by benburkert
goroutine permanently stuck in waitWrite() to /dev/log using a unix datagram socketFrozenDueToAgeNeedsInvestigation
#23604 opened 3 years ago by esmet
#23599 opened 3 years ago by xunleer
#23459 opened 3 years ago by CAFxX
listen tcp: errno -9NeedsInvestigation
#23446 opened 3 years ago by alllexx88
Accept() blocks forever, timeout setting doesn't work on Windows XP SP3FrozenDueToAgeNeedsInvestigationOS-Windows
#23375 opened 3 years ago by ko80
#23357 opened 3 years ago by hellojukay
#23193 opened 3 years ago by ilyaigpetrov
#23191 opened 3 years ago by mattn
#23174 opened 3 years ago by sothychan
#23153 opened 3 years ago by alexbrainman
#23072 opened 3 years ago by alexbrainman
calling (*UnixConn).File leads to performance degredationDocumentationFrozenDueToAgeNeedsFixhelp wanted
#22953 opened 3 years ago by stevvooe
Using multiple resolvers shows unexpected results while used concurrently FrozenDueToAgeNeedsInvestigation
#22908 opened 3 years ago by gregdel
#22896 opened 3 years ago by bradfitz
Go DNS resolver does not read /etc/hostsFrozenDueToAge
#22846 opened 3 years ago by bontibon
ListenUDP doesn't work with ":port" or "0.0.0.0:port" on WindowsFrozenDueToAgeNeedsInvestigationOS-WindowsWaitingForInfohelp wanted
#22811 opened 3 years ago by toqueteos
pipe2: too many open files on s390x builderFrozenDueToAge
#22759 opened 3 years ago by mundaym
ListenPacket does not support modifying socket optionsFrozenDueToAge
#22732 opened 3 years ago by derek0377
A lookup performed by a canceled context might affect subsequent lookupsCherryPickApprovedFrozenDueToAgerelease-blocker
#22724 opened 3 years ago by tt
#22502 opened 3 years ago by akyoto
#22406 opened 3 years ago by gottwald
ipStackCapabilities.probe creates sockets that can escape into child processFrozenDueToAgeNeedsFixrelease-blocker
#22349 opened 3 years ago by alexbrainman
#22346 opened 3 years ago by steamonimo
#22279 opened 3 years ago by rsc
#22276 opened 3 years ago by rsc
#22269 opened 3 years ago by zebrig
#22262 opened 3 years ago by rsc
#22226 opened 3 years ago by mvdan
#22225 opened 3 years ago by bobrik
#22065 opened 3 years ago by lmb
tests using timer fail on macOS High Sierra 10.13 / iOS 11CherryPickApprovedFrozenDueToAgeOS-DarwinTestingrelease-blocker
#22062 opened 3 years ago by pavel-v-chernykh
TestDialerLocalAddr and TestNetpollDeadlock are flaky on macOS 10.12FrozenDueToAgeNeedsInvestigationOS-DarwinTesting
#22019 opened 3 years ago by dr2chase
#21906 opened 3 years ago by mupengX
after call of {TCP,UDP,IP,Unix}Conn/{TCP,Unix}Listener.File(), the deadline will be ineffectiveDocumentationFrozenDueToAge
#21862 opened 3 years ago by goosman-lei
#21833 opened 3 years ago by slingamn
#21820 opened 3 years ago by ayanamist
#21756 opened 3 years ago by gobwas
#21674 opened 3 years ago by alexzorin
#21665 opened 3 years ago by tombergan
#21632 opened 3 years ago by dsnet
LookupTXT regards a TXT record with multiple strings as multiple records on WindowsFrozenDueToAgeOS-Windows
#21472 opened 3 years ago by cedar10bits
Dialer.Dial failed to establish connection on UbuntuFrozenDueToAge
#21404 opened 3 years ago by Ken-Miura
#21335 opened 3 years ago by 0intro
data race in uninstallTestHooksFrozenDueToAge
#21300 opened 3 years ago by bcmills
DialContextTCP()FrozenDueToAge
#21231 opened 3 years ago by gobwas
#21160 opened 3 years ago by kvaps
#21090 opened 3 years ago by aclements
TestInterfaceHardwareAddrWithGetmac fails on Windows 10 when using virtual adaptersFrozenDueToAgeOS-WindowsTestinghelp wanted
#21027 opened 3 years ago by pkch
#20911 opened 3 years ago by heschik
macOS DNS resolver is returning "Additional Section" entries as answers to host lookupsFrozenDueToAgeWaitingForInfo
#20904 opened 3 years ago by jmhodges
#20898 opened 3 years ago by iamacarpet
Sendfile broken on some versions of Oracle Solaris when reading from tmpfsFrozenDueToAgeNeedsInvestigationOS-Solaris
#20857 opened 3 years ago by binarycrusader
TestReadFromTimeoutFluctuation and TestWriteTimeoutFluctuation trybot flake on OpenBSDNeedsFixOS-OpenBSDTestinghelp wanted
#20838 opened 3 years ago by bradfitz
DefaultResolver.Lookup{Host,IPAddr} and LookupHost fail to parse a literal IPv6 address w/ zoneFrozenDueToAgeNeedsFixhelp wantedrelease-blocker
#20790 opened 3 years ago by mikioh
#20785 opened 3 years ago by barnettZQG
`Resolver.resolveAddrList()` should be publicFrozenDueToAge
#20783 opened 3 years ago by AlmogBaku
#20767 opened 3 years ago by AlmogBaku
pipe2: too many open files on S390XFrozenDueToAge
#20703 opened 3 years ago by cherrymui
#20688 opened 3 years ago by joelpresence
#20611 opened 3 years ago by bradfitz
#20553 opened 3 years ago by vbox
DNS doesn't work on Windows if environment is empty?FrozenDueToAgeNeedsInvestigationOS-WindowsWaitingForInfo
#20473 opened 3 years ago by shhsu
#20470 opened 3 years ago by jleroy
segmentation violation calling C getaddrinfoFrozenDueToAge
#20132 opened 3 years ago by eragnoli
#20128 opened 3 years ago by 0intro
rename Resolver.Dial to Resolver.DialContext before Go1.9rc1?FrozenDueToAgeProposalProposal-Accepted
#19910 opened 3 years ago by rsc
#19891 opened 3 years ago by pierrec
Dial("ip4:icmp", ...) returns operation not permitted error because it uses a raw socketFrozenDueToAge
#19815 opened 3 years ago by AlpherJang
make Buffers methods on value receiversFrozenDueToAge
#19680 opened 4 years ago by zombiezen
dnsclient_unix_test.go will fail on a machine with 'test' in /etc/hosts and 'files' first in nsswitch.confFrozenDueToAgeTesting
#19592 opened 4 years ago by siebenmann
TestInterfaceHardwareAddrWithGetmac fails if Hyper-V bridges are presentFrozenDueToAgeNeedsFixOS-WindowsTestinghelp wanted
#19537 opened 4 years ago by mappu
#19519 opened 4 years ago by clausecker
#19344 opened 4 years ago by markdingo
unexpected ETIMEDOUT in connect on macOS 10.12FrozenDueToAgeNeedsFixOS-DarwinTestingearly-in-cyclehelp wanted
#19302 opened 4 years ago by rsc
#19289 opened 4 years ago by bdarnell
#19268 opened 4 years ago by teknoraver
#19222 opened 4 years ago by MichaelMonashev
TestDialTimeout flaky when compiling go1.4FrozenDueToAge
#18954 opened 4 years ago by choleraehyq
add context/timeout/deadline for Resolve*FrozenDueToAge
#18947 opened 4 years ago by LionNatsu
#18887 opened 4 years ago by bioothod
make Dial(listener.Addr().String()) always work, even if machine's IPv6 config is not idealFrozenDueToAgeNeedsFix
#18806 opened 4 years ago by bradfitz
#18518 opened 4 years ago by rlhh
#18391 opened 4 years ago by 0intro
#18362 opened 4 years ago by ptribble
#18213 opened 4 years ago by eliasnaur
#18185 opened 4 years ago by mikioh
#18181 opened 4 years ago by mikioh
#18176 opened 4 years ago by mikioh
#18175 opened 4 years ago by mikioh
#18172 opened 4 years ago by rhansen
#18170 opened 4 years ago by dsnet
#18108 opened 4 years ago by mlh78750
document that SplitHostPort and JoinHostPort never treat non-IP literals enclosed in square bracketsDocumentationFrozenDueToAge
#18060 opened 4 years ago by mikioh
#18059 opened 4 years ago by mikioh
SplitHostPort has inconsistent error conditionsFrozenDueToAge
#18040 opened 4 years ago by adamhassel
cannot obtain IPv6 base header from IPv6 socket because it's designed to behave like so inside the kernelFrozenDueToAge
#18034 opened 4 years ago by joy4eg
#17982 opened 4 years ago by dsnet
#17967 opened 4 years ago by dcbw
incomplete documentation on parameters for Dial, Listen and ListenPacket functionsDocumentationFrozenDueToAgeNeedsFix
#17956 opened 4 years ago by mikioh
please make it easy to get the destination address and port of a datagram received on an unconnected UDP socketFrozenDueToAgeNeedsDecisionProposalProposal-Declined
#17930 opened 4 years ago by jech
#17927 opened 4 years ago by bradfitz
#17761 opened 4 years ago by 0intro
#17760 opened 4 years ago by 0intro
need to document the behavior regarding the raw protocol over IP?DocumentationFrozenDueToAgeNeedsDecision
#17738 opened 4 years ago by mehrdadrad
#17703 opened 4 years ago by josharian
#17695 opened 4 years ago by bradfitz
#17677 opened 4 years ago by vcabbage
TestLookupNonLDH also fails on linux/amd64FrozenDueToAge
#17623 opened 4 years ago by slrz
#17617 opened 4 years ago by mikioh
inaccurate docs about announcing or listening on all local addressesDocumentationFrozenDueToAgeNeedsDecision
#17616 opened 4 years ago by mikioh
#17615 opened 4 years ago by mikioh
#17614 opened 4 years ago by mikioh
#17569 opened 4 years ago by 0intro
#17568 opened 4 years ago by 0intro
#17554 opened 4 years ago by kevinburke
#17549 opened 4 years ago by gibson042
#17532 opened 4 years ago by rsc
#17477 opened 4 years ago by 0intro
Listen on ":80" does not serve from the machines IP address on windowsFrozenDueToAgeNeedsInvestigationOS-Windows
#17467 opened 4 years ago by Saurbaum
#17448 opened 4 years ago by pmarks-net
add Resolver.Dial hook to allow specifying source address, etcFrozenDueToAgeNeedsInvestigationhelp wanted
#17404 opened 4 years ago by Tevic
#17329 opened 4 years ago by dtcaciuc
#17274 opened 4 years ago by mikioh
#17218 opened 4 years ago by sirnewton01
TestResolveIPAddr and TestLookupPort_Minimal failsFrozenDueToAge
#17175 opened 4 years ago by alexbrainman
#17172 opened 4 years ago by drgomesp
#17131 opened 4 years ago by LK4D4
#17126 opened 4 years ago by danp
cgoLookupAddrPTR returns single PTR regardless of number of PTR recordsDocumentationFrozenDueToAgeNeedsFixhelp wanted
#17093 opened 4 years ago by DominoTree
flesh out LookupPort static services for nacl, etcFrozenDueToAge
#17045 opened 4 years ago by bradfitz
DNS timeout not implemented per specFrozenDueToAge
#16885 opened 4 years ago by axaxs
retry DNS lookups before failure?FrozenDueToAge
#16865 opened 4 years ago by bradfitz
Document UDPConn.ReadMsgUDP not implemented on Windows.FrozenDueToAge
#16802 opened 4 years ago by v2ray
#16789 opened 4 years ago by tych0
NATs client can't connect to server when client built with go1.7: "dial tcp: no suitable address found"FrozenDueToAge
#16739 opened 4 years ago by tomwilkie
TestIgnoreLameReferrals failureFrozenDueToAge
#16718 opened 4 years ago by gfoxiii
Listen("127.0.0.1:0") errors "address already in use"FrozenDueToAge
#16691 opened 4 years ago by tamird
#16672 opened 4 years ago by Tasssadar
race where Dialer.DialContext returns connections with altered write deadlinesFrozenDueToAgeNeedsInvestigation
#16523 opened 4 years ago by dsnet
internal dtoi and xtoi helpers have unusual APIFrozenDueToAge
#16350 opened 4 years ago by mdempsky
#16266 opened 4 years ago by sv
#16215 opened 4 years ago by bryanvpham
#16014 opened 4 years ago by turnage
dnsMsg.Pack() doesn't support compressionFrozenDueToAge
#15954 opened 4 years ago by iangudger
#15881 opened 4 years ago by robjloranger
#15745 opened 4 years ago by mikioh
#15741 opened 4 years ago by mikioh
GODEBUG=netdns=go massive DNS lookups crash w/ "runtime/cgo: pthread_create failed: Resource temporarily unavailable"FrozenDueToAgeOS-Darwin
#15659 opened 4 years ago by mikioh
#15574 opened 4 years ago by bradfitz
#15529 opened 4 years ago by kspessard
#15525 opened 4 years ago by bradfitz
#15495 opened 4 years ago by christievans
dnsConfig could be more usable as-isFrozenDueToAge
#15473 opened 4 years ago by mdempsky
TestInterfaces and TestInterfaceAddrs failFrozenDueToAge
#15463 opened 4 years ago by alexbrainman
Go's DNS resolver fails with no such hostFrozenDueToAge
#15434 opened 4 years ago by fraenkel
support "ndots:" of 0 in resolv.conf?FrozenDueToAge
#15419 opened 4 years ago by ywk253100
#15333 opened 4 years ago by 0intro
clean up port parsingFrozenDueToAge
#15326 opened 4 years ago by bradfitz
#15325 opened 4 years ago by bradfitz
make cgo-based DNS resolution respect context cancelFrozenDueToAge
#15321 opened 4 years ago by bradfitz
#15316 opened 4 years ago by josharian
TestDialAddrError failure on Windows XPFrozenDueToAge
#15291 opened 4 years ago by alexbrainman
#15262 opened 4 years ago by bradfitz
#15250 opened 4 years ago by alexcesaro
TestInterfaces and TestInterfaceAddrs fail on unnumbered or dialup network interfacesFrozenDueToAgeTesting
#15249 opened 4 years ago by clausecker
zoneToIndex will not cache the RIB and is called on each IPv6-linklocal datagram readFrozenDueToAgePerformance
#15237 opened 4 years ago by maghul
#15216 opened 4 years ago by taylorchu
#15191 opened 4 years ago by mikioh
#15157 opened 4 years ago by bradfitz
#15109 opened 4 years ago by aclements
#15078 opened 4 years ago by mikioh
#15052 opened 4 years ago by ianlancetaylor
Dialer{DualStack: true}.Dial("tcp", "DNS reg-name") mishandles and cancels the winner connectionFrozenDueToAge
#15035 opened 4 years ago by mikioh
TestLookupGoogleSRV flaky on linux-arm botFrozenDueToAge
#14997 opened 5 years ago by mdempsky
TestReadTimeout flakeFrozenDueToAge
#14986 opened 5 years ago by Thomasdezeeuw
#14897 opened 5 years ago by bhiggins
#14859 opened 5 years ago by bigslipper
SplitHostPort has returns strange host when err != nilFrozenDueToAge
#14827 opened 5 years ago by okdave
an easy way to make Dialer.Dial("tcp", "DNS reg-name") prefer IPv4 to IPv6 or vice versaFeatureRequestFrozenDueToAgeProposalProposal-DeclinedThinking
#14760 opened 5 years ago by bong0
#14731 opened 5 years ago by mikioh
#14717 opened 5 years ago by bradfitz
tips all.bash test failed: interface_test.go:74: route ip+net: invalid network interface nameFrozenDueToAgeOS-FreeBSD
#14706 opened 5 years ago by wheelcomplex
#14672 opened 5 years ago by bong0
#14580 opened 5 years ago by mengzhuo
#14576 opened 5 years ago by rakyll
#14548 opened 5 years ago by bdarnell
#14518 opened 5 years ago by mikioh
TestUpdateResolvConf fails since https://github.com/golang/go/commit/5efbdd9d10908206d4e0351cb4724c5fefdfa2beFrozenDueToAge
#14437 opened 5 years ago by mikioh
#14431 opened 5 years ago by prashantv
packDomainName encodes "." as "\0\0" instead of "\0"FrozenDueToAge
#14372 opened 5 years ago by iangudger
Building with netgo doesn't respect nsswitch.confFrozenDueToAge
#14354 opened 5 years ago by vishvananda
#14322 opened 5 years ago by kennylevinsen
vague error message from Dial("tcp", "DNS reg-name")FrozenDueToAge
#14296 opened 5 years ago by kirillrdy
Use dialTCP cancelation for DualStack dialing.FrozenDueToAge
#14279 opened 5 years ago by bradfitz
TestDialerDualStackFDLeak is flaky on platforms that support multiple acceptor threadsFrozenDueToAgeOS-DragonflyOS-LinuxTesting
#14223 opened 5 years ago by mikioh
#14222 opened 5 years ago by mikioh
#14212 opened 5 years ago by suharshs
SIGSEGV in networkNumberAndMaskFrozenDueToAge
#14131 opened 5 years ago by ffontaine
#14130 opened 5 years ago by vdobler
#14127 opened 5 years ago by mikioh
#14124 opened 5 years ago by bradfitz
UDPConn.ReadFrom returns error for oversized datagram on WindowsFrozenDueToAgeNeedsFixOS-Windowshelp wanted
#14074 opened 5 years ago by fjl
DNS resolution can use the wrong server in race condition (resolv.conf stale information)FrozenDueToAge
#14072 opened 5 years ago by andrew-edgar
#14050 opened 5 years ago by rillig
Resolve{TCP,UDP,IP}Addr doesn't return error when net and address are in different familyFrozenDueToAgeNeedsFix
#14037 opened 5 years ago by krhubert
go 1.5.1 does not use all nameservers for DNS lookupsFrozenDueToAge
#14025 opened 5 years ago by jiaweizhou
#13981 opened 5 years ago by jucie
TestSpecialDomainName can hang indefinitelyFrozenDueToAge
#13939 opened 5 years ago by mundaym
broken sendfile on SmartOS/Solaris? large files garbled when sent over networkFrozenDueToAgeOS-Solaris
#13892 opened 5 years ago by doublerebel
LookupIP("My Local Node.local") doesn't work with Go 1.6FrozenDueToAge
#13878 opened 5 years ago by mikioh
#13877 opened 5 years ago by absolute8511
the series of BenchmarkTCP fail from Go 1.5 when GOMAXPROCS is greater than # of CPU coresFrozenDueToAge
#13853 opened 5 years ago by mikioh
#13835 opened 5 years ago by bradfitz
Listener sometimes accepts connections after CloseFrozenDueToAge
#13762 opened 5 years ago by prashantv
don't attempt DNS on .onion addressesFrozenDueToAge
#13705 opened 5 years ago by bradfitz
#13704 opened 5 years ago by mikioh
can not unmarshal DNS over UDP message which is more than 512 octets long and indicates TC=0FrozenDueToAge
#13696 opened 5 years ago by 29e7e280-0d1c-4bba-98fe-f7cd3ca7500a
a nsswitch.conf hosts: entry with 'myhostname' forces cgo lookups for LookupPort() and othersFrozenDueToAge
#13623 opened 5 years ago by siebenmann
#13610 opened 5 years ago by siebenmann
#13606 opened 5 years ago by alexbrainman
LookupAddr adds trailing dots to entries from /etc/hostsFrozenDueToAge
#13564 opened 5 years ago by rsc
pure Go dns does not handle UDP packets > 512 octetsFrozenDueToAge
#13561 opened 5 years ago by waddles
#13544 opened 5 years ago by mikioh
#13542 opened 5 years ago by astaxie
#13541 opened 5 years ago by esushu
The result of net.Interfaces in go1.5.2 is different from go1.4.3 on windowsFrozenDueToAgeOS-Windows
#13476 opened 5 years ago by chanxuehong
#13461 opened 5 years ago by chanxuehong
#13451 opened 5 years ago by winlinvip
LookupPort translates negative numbers into valid port numbers on Windows without error.FrozenDueToAge
#13447 opened 5 years ago by ChrisHines
UDP broadcast client can not receive the answer messageFrozenDueToAge
#13391 opened 5 years ago by iswarezwp
calculation of IPv6 common prefix length is wrongFrozenDueToAge
#13360 opened 5 years ago by mikioh
case conversion for hostname in local database FrozenDueToAge
#13359 opened 5 years ago by mikioh
lookupStaticHost caches for too long for DockerFrozenDueToAge
#13340 opened 5 years ago by dtjm
tests fail when building within a docker container (tip)FrozenDueToAge
#13307 opened 5 years ago by karalabe
#13283 opened 5 years ago by bmhatfield
#13281 opened 5 years ago by mdempsky
#13205 opened 5 years ago by bradfitz
test using netsh failsFrozenDueToAge
#13198 opened 5 years ago by mattn
#13193 opened 5 years ago by sparrc
#13146 opened 5 years ago by bradfitz
TestDialTimeout failed "connection reset by peer"FrozenDueToAge
#13144 opened 5 years ago by WanliTian
goLookupIPOrder sometimes doesn't look at hosts fileFrozenDueToAge
#13090 opened 5 years ago by bprosnitz
InterfaceAddrs, Interface.{Addrs,MulticastAddrs} can return addresses on administratively or operational down interfaceFrozenDueToAge
#12812 opened 5 years ago by akevinbailey
#12811 opened 5 years ago by akevinbailey
hosts.go lookupStaticHost is case-sensitive FrozenDueToAge
#12806 opened 5 years ago by corymintz
#12803 opened 5 years ago by gucki
NXDOMAIN replies from a non-recursive server produce "server misbehaving" errors instead of "no such host"FrozenDueToAge
#12778 opened 5 years ago by gplalonde
LookupIP("doesnotexist.domain") returns "server misbehaving" when resolv.conf contains search listsFrozenDueToAge
#12712 opened 5 years ago by mbenkmann
#12691 opened 5 years ago by sathishvj
base IPV6_V6ONLY behaviour also on bindv6only (on linux)FrozenDueToAge
#12579 opened 5 years ago by 42wim
#12551 opened 5 years ago by longlongh4
#12510 opened 5 years ago by pmarks-net
I would like Dialer.Dial to provide the time it took to do DNS lookups and TCP ConnectFrozenDueToAge
#12476 opened 5 years ago by sajal
#12421 opened 5 years ago by pmarks-net
#12390 opened 5 years ago by mamash
#12309 opened 5 years ago by tzneal
#12301 opened 5 years ago by AudriusButkevicius
how can we know whether TCPConn is active?FrozenDueToAge
#12265 opened 5 years ago by saturn4er
LookupPort("tcp", "123") no longer returns 123FrozenDueToAge
#12263 opened 5 years ago by rsc
LookupAddr doesn't work with literal IPv6 address w/ zone identifier when GODEBUG=netdns=cgoFrozenDueToAge
#12241 opened 5 years ago by mikioh
#12240 opened 5 years ago by mikioh
TestDialerDualStack, TestTCPServer, TestUDPServer fail on some Linux distroFrozenDueToAgeOS-LinuxTestingWaitingForInfo
#12206 opened 5 years ago by pebbe
windows and plan 9 return unrooted DNS namesFrozenDueToAge
#12193 opened 5 years ago by rsc
GODEBUG=netdns is undocumentedFrozenDueToAge
#12191 opened 5 years ago by rsc
LookupAddr force use of cgo no matter whatFrozenDueToAge
#12190 opened 5 years ago by rsc
LookupAddr changed result form in Go 1.5FrozenDueToAge
#12189 opened 5 years ago by rsc
#12121 opened 5 years ago by rin01
#12052 opened 5 years ago by aperum
#12051 opened 5 years ago by yangzhe1991
#11936 opened 5 years ago by jefby
#11932 opened 5 years ago by mikioh
#11878 opened 5 years ago by mikioh
TestDialTimeout flakeFrozenDueToAge
#11872 opened 5 years ago by aclements
#11837 opened 5 years ago by mikioh
#11826 opened 5 years ago by mischief
Listen{,Unix} don't set file modes, access control listsFrozenDueToAge
#11822 opened 5 years ago by Terry-Mao
#11816 opened 5 years ago by mikioh
fix Dialer, DialTimeout regressionFrozenDueToAge
#11796 opened 5 years ago by dsymonds
#11763 opened 5 years ago by mdlayher
Listen("tcp", ":123456789") worksFrozenDueToAge
#11715 opened 5 years ago by pierrre
#11665 opened 5 years ago by calmh
#11641 opened 5 years ago by swills
#11585 opened 5 years ago by thockin
keep SocketConn or not?FrozenDueToAge
#11492 opened 5 years ago by rsc
#11487 opened 5 years ago by bdarnell
#11474 opened 5 years ago by bradfitz
provide mechanism to force DNS via cgoFrozenDueToAge
#11450 opened 5 years ago by bradfitz
doesn't refer to the kernel state kern.ipc.soacceptqueue on FreeBSD 10 and beyondFrozenDueToAgeOS-FreeBSD
#11412 opened 5 years ago by mikioh
Invalid CIDR in net.ParseCIDR causes panicFrozenDueToAge
#11393 opened 5 years ago by radeksimko
#11338 opened 5 years ago by aulanov
LookupIP("127.0.0.1") does not work when CGO_ENABLED=1FrozenDueToAge
#11335 opened 5 years ago by neild
add mechanism to dump DNS strategyFrozenDueToAge
#11322 opened 5 years ago by bradfitz
#11266 opened 5 years ago by bradfitz
apply nsswitch-aware lookup to Lookup{Addr,CNAME}FrozenDueToAge
#11238 opened 5 years ago by mikioh
dialTCP should support cancelationFrozenDueToAge
#11225 opened 5 years ago by pmarks-net
#11183 opened 5 years ago by blalor
Test TestLookupHost-2 failed when buildingFrozenDueToAge
#11182 opened 5 years ago by quchunguang
builtin DNS stub resolver returns query results including the second best records unconditionallyFrozenDueToAge
#11081 opened 5 years ago by estesp
builtin DNS stub resolver fails to parse responses from consul with "cannot unmarshal DNS message"FrozenDueToAge
#11070 opened 5 years ago by discordianfish
#10992 opened 5 years ago by mikioh
#10948 opened 5 years ago by philhofer
0-byte read from TCP connection always return EOFFrozenDueToAge
#10940 opened 5 years ago by huguesb
#10891 opened 5 years ago by mikioh
cgo lookups do not recheck resolv.confFrozenDueToAge
#10850 opened 5 years ago by axaxs
#10847 opened 5 years ago by mikioh
benchmarks leak goroutinesFrozenDueToAge
#10845 opened 5 years ago by josharian
#10808 opened 5 years ago by bradfitz
#10795 opened 5 years ago by alexbrainman
socket: An address incompatible with the requested protocol was used error on windowsFrozenDueToAgeOS-Windows
#10787 opened 5 years ago by alexbrainman
#10785 opened 5 years ago by bradfitz
#10775 opened 5 years ago by mikioh
#10764 opened 5 years ago by mikioh
ListenMulticastUDP doesn't set {IP,IPV6}_MULTICAST_LOOPFrozenDueToAge
#10742 opened 5 years ago by rosscanning
#10730 opened 5 years ago by bradfitz
#10729 opened 5 years ago by mikioh
#10721 opened 5 years ago by bradfitz
DNS requests do not work on AndroidFrozenDueToAge
#10714 opened 5 years ago by timcooijmans
resolv.conf recheck logic incorrectFrozenDueToAge
#10650 opened 5 years ago by axaxs
resolv.conf is parsed twiceFrozenDueToAge
#10649 opened 5 years ago by axaxs
#10624 opened 5 years ago by mikioh
#10622 opened 5 years ago by mdempsky
data race in cfg.chFrozenDueToAge
#10576 opened 5 years ago by mikioh
missing /etc/resolv.conf on Linux means query localhostFrozenDueToAge
#10566 opened 5 years ago by mdempsky
#10565 opened 5 years ago by mikioh
provide RFC 6724 address sorting functionalityFrozenDueToAge
#10552 opened 5 years ago by mdempsky
#10530 opened 5 years ago by ffoebel
possible nil pointer deref. on ReadFrom for windowsFrozenDueToAge
#10516 opened 5 years ago by mikioh
use Go DNS resolver when nsswitch.conf permitsFrozenDueToAge
#10485 opened 5 years ago by bradfitz
#10482 opened 5 years ago by DenBeke
#10417 opened 5 years ago by ashi009
race builders broken by test helper changeFrozenDueToAge
#10307 opened 6 years ago by bradfitz
Add MarshalText and UnmarshalText to HardwareAddrFrozenDueToAge
#10244 opened 6 years ago by krolaw
#10221 opened 6 years ago by 4ad
TestInterfaces failing on windowsFrozenDueToAge
#10214 opened 6 years ago by bradfitz
Dial connects successfully to unreachable hostFrozenDueToAge
#10186 opened 6 years ago by brennerm
Make errClosing publicFrozenDueToAge
#10176 opened 6 years ago by erikdubbelboer
when LookupIP is timed out, all duplicate lookups waitFrozenDueToAge
#10117 opened 6 years ago by fraenkel
IP.To4 retains reference to IPv6 IPFrozenDueToAge
#10104 opened 6 years ago by anacrolix
TestTCPReadWriteAllocs fails on dragonflyFrozenDueToAge
#10042 opened 6 years ago by mikioh
#10041 opened 6 years ago by rsc
#10019 opened 6 years ago by larsks
#9929 opened 6 years ago by valyala
test doesn't pass on IPv6 only machinesFrozenDueToAge
#9890 opened 6 years ago by alxzh
permit WriteMsgUDP to connected UDP socketsFrozenDueToAge
#9807 opened 6 years ago by mikioh
Dial only tries the first addressFrozenDueToAge
#9801 opened 6 years ago by bobrik
TCP benchmarks are wildly variableFrozenDueToAge
#9774 opened 6 years ago by josharian
Add ability to disable sendfileFrozenDueToAge
#9694 opened 6 years ago by anthonyfok
make some way to set socket options other than using File{Listener,Conn,PacketConn}FrozenDueToAgehelp wanted
#9661 opened 6 years ago by jbenet
#9420 opened 6 years ago by jbardin
#9351 opened 6 years ago by bcmills
#9252 opened 6 years ago by mikioh
#9215 opened 6 years ago by gopherbot
#9166 opened 6 years ago by fxkr
no way to use sendfile with offset and countFrozenDueToAge
#9113 opened 6 years ago by jbardin
crypto/tls.(*Conn).SetReadDeadline consumes CPUFrozenDueToAge
#9071 opened 6 years ago by gopherbot
compilation failure using clang on armv5FrozenDueToAge
#9023 opened 6 years ago by davecheney
Failed net.LookupAddr in ipv6 wrt leading zeroesFrozenDueToAge
#8996 opened 6 years ago by gopherbot
#8985 opened 6 years ago by gopherbot
#8981 opened 6 years ago by gopherbot
#8929 opened 6 years ago by mikioh
#8891 opened 6 years ago by dvyukov
ReadFromUDP Mangled BytesFrozenDueToAge
#8881 opened 6 years ago by gopherbot
TestTCPReadWriteAllocs flakinessFrozenDueToAge
#8859 opened 6 years ago by mikioh
each Read, ReadFrom variants doesn't take care of a shared buffer which is used by multiple goroutinesFrozenDueToAge
#8858 opened 6 years ago by gopherbot
#8765 opened 6 years ago by gopherbot
TestDialMultiFDLeak is flaky on darwinFrozenDueToAge
#8764 opened 6 years ago by rsc
#8748 opened 6 years ago by niemeyer
#8701 opened 6 years ago by mikioh
SetKeepAlivePeriod doesn't work well on SolarisFrozenDueToAge
#8683 opened 6 years ago by mikioh
failure in TestSelfConnectFrozenDueToAge
#8680 opened 6 years ago by RLH
SetKeepAlivePeriod doesn't work well on OpenBSDFrozenDueToAge
#8679 opened 6 years ago by mikioh
#8662 opened 6 years ago by bradfitz
#8652 opened 6 years ago by mikioh
#8631 opened 6 years ago by mikioh
builtin dns stub resolver doesn't accept ipv6 link-local address w/ zone identifier notationFrozenDueToAge
#8619 opened 6 years ago by mikioh
native unix dns lookup retries unnecessarilyFrozenDueToAge
#8616 opened 6 years ago by gopherbot
#8607 opened 6 years ago by gopherbot
lookupIPDeadline leaks goroutinesFrozenDueToAge
#8602 opened 6 years ago by niemeyer
#8575 opened 6 years ago by gopherbot
#8573 opened 6 years ago by vtolstov
#8516 opened 6 years ago by egonelbre
LookupNS does not resolve CNAME on windowsFrozenDueToAge
#8492 opened 6 years ago by egonelbre
#8455 opened 6 years ago by pmarks-net
Dial should follow getaddrinfo address orderingFrozenDueToAge
#8453 opened 6 years ago by pmarks-net
#8434 opened 6 years ago by siebenmann
connect after polling initializationFrozenDueToAge
#8426 opened 6 years ago by gopherbot
#8329 opened 6 years ago by gopherbot
dial to a non-existent address doen't return an errorFrozenDueToAge
#8276 opened 6 years ago by gopherbot
LookupIP and LookupHost on empty string use domain nameFrozenDueToAge
#8271 opened 6 years ago by gopherbot
"runtime error: slice bounds out of range" parsing resolv.conf with unknown eight character optionsFrozenDueToAge
#8252 opened 6 years ago by calmh
Dial, Listen and ResolveAddr fail when the ipv6 entry in /etc/hosts has a zone identifierFrozenDueToAge
#8243 opened 6 years ago by mikioh
#8235 opened 6 years ago by tamasd
conn generated by ListenMulticastUDP returns other multicast group messages on the same portFrozenDueToAge
#8164 opened 6 years ago by gopherbot
unnecessary code in net/tcpsock.goFrozenDueToAge
#8157 opened 6 years ago by gopherbot
#8124 opened 6 years ago by gopherbot
#8044 opened 6 years ago by rsc
documentation for SetLinger() is misleadingFrozenDueToAge
#7979 opened 6 years ago by gopherbot
#7974 opened 6 years ago by mikioh
use SO_LINGER_SEC on darwinFrozenDueToAge
#7971 opened 6 years ago by mikioh
#7955 opened 6 years ago by gopherbot
WriteToIP generates "socket is already connected" errorFrozenDueToAge
#7887 opened 6 years ago by gopherbot
#7882 opened 6 years ago by mikioh
SIGSEGV: segmentation violation .. net.cgoLookupIPCNAMEFrozenDueToAge
#7857 opened 6 years ago by gopherbot
should use getnameinfo for lookupAddr when availableFrozenDueToAge
#7855 opened 6 years ago by ianlancetaylor
#7721 opened 7 years ago by mikioh
data race in BenchmarkTCP6OneShotTimeoutFrozenDueToAge
#7718 opened 7 years ago by dvyukov
#7708 opened 7 years ago by mikioh
a race condition caused by syscall.SocketDisableIPv6FrozenDueToAge
#7687 opened 7 years ago by mikioh
#7677 opened 7 years ago by mikioh
WriteMsg* returns the wrong nr of bytes sentFrozenDueToAge
#7645 opened 7 years ago by gopherbot
Setting a deadline to a net.TCPConn has no effect if there was a "File()" method call.FrozenDueToAge
#7605 opened 7 years ago by gopherbot
Windows 7 allows AF_INET, AF_INET6+IPV6_V6ONLY=1 and AF_INET6+IPV6_V6ONLY=0 listeners to coexistFrozenDueToAgeOS-Windows
#7598 opened 7 years ago by gopherbot
#7582 opened 7 years ago by gopherbot
IPConn can't handle ARP packetsFrozenDueToAge
#7574 opened 7 years ago by gopherbot
#7541 opened 7 years ago by mikioh
unexpected TCP FIN transmission on dragonflyFrozenDueToAge
#7528 opened 7 years ago by mikioh
#7474 opened 7 years ago by 4a6f656c
TestIPv6LinkLocalUnicastUDP fails under DragonFly BSDFrozenDueToAge
#7473 opened 7 years ago by 4a6f656c
ListenIP can't use on Linux(Ubuntu) but goot at windowsFrozenDueToAge
#7439 opened 7 years ago by gopherbot
#7431 opened 7 years ago by randall77
Listen("tcp", "0.0.0.0:11111") listens on [::]:11111FrozenDueToAge
#7411 opened 7 years ago by mattrco
#7410 opened 7 years ago by 4ad
fix TestTCPConcurrentAccept on SolarisFrozenDueToAge
#7400 opened 7 years ago by 4ad
#7341 opened 7 years ago by gopherbot
TestInterfaces fails on freebsd/armFrozenDueToAge
#7332 opened 7 years ago by davecheney
#7299 opened 7 years ago by gopherbot
Accept4 issues with old Linux 2.6 kernelsFrozenDueToAge
#7271 opened 7 years ago by gopherbot
#7191 opened 7 years ago by gopherbot
enable socket creation w/ close-on-exec on freebsdFrozenDueToAge
#7186 opened 7 years ago by mikioh
#7183 opened 7 years ago by jgennis
#7177 opened 7 years ago by mikioh
data race on errFrozenDueToAge
#7157 opened 7 years ago by dvyukov
#7106 opened 7 years ago by gopherbot
fix probabilities in shuffleByWeightFrozenDueToAge
#7098 opened 7 years ago by msolo
ignore WSAECONNRESET AcceptEx errorFrozenDueToAge
#6987 opened 7 years ago by gopherbot
Conn cannot setsockopt before dialFrozenDueToAge
#6966 opened 7 years ago by gopherbot
#6935 opened 7 years ago by gopherbot
#6930 opened 7 years ago by gopherbot
#6890 opened 7 years ago by mikioh
#6879 opened 7 years ago by gopherbot
#6843 opened 7 years ago by fntintash
Dial fails on Solaris with gccgoFrozenDueToAge
#6828 opened 7 years ago by 4ad
#6824 opened 7 years ago by mikioh
FilePacketConn can't handle IPConnFrozenDueToAge
#6803 opened 7 years ago by mikioh
#6795 opened 7 years ago by mikioh
detect changes to /etc/resolv.confFrozenDueToAge
#6670 opened 7 years ago by josharian
#6646 opened 7 years ago by josharian
IPv6 parser should fail with 8 groups plus one blankFrozenDueToAge
#6628 opened 7 years ago by gopherbot
Dial returns non-nil connection on errorFrozenDueToAge
#6614 opened 7 years ago by calmh
#6582 opened 7 years ago by mikioh
#6580 opened 7 years ago by mikioh
#6579 opened 7 years ago by mikioh
TestDialFailPDLeak failureFrozenDueToAge
#6553 opened 7 years ago by alberts
dummy byte in WriteMsgUnix breaks unixgram protocolsFrozenDueToAge
#6476 opened 7 years ago by alberts
(*TCPAddr).String behaves incorrectly when IP is missingFrozenDueToAge
#6465 opened 7 years ago by rsc
#6462 opened 7 years ago by josharian
unix autobind listen panicsFrozenDueToAge
#6455 opened 7 years ago by alberts
Interface.Addrs doesn't return any configured & connected IPv6 addresses on point-to-point link for LinuxFrozenDueToAge
#6433 opened 7 years ago by gopherbot
test failure on Windows 8FrozenDueToAge
#6392 opened 7 years ago by rsc
tests panic when on a poor networkFrozenDueToAge
#6382 opened 7 years ago by josharian
make (*TCPConn).ReadFrom(r) use sendfile syscall when r is io.SectionReader of *os.FileFrozenDueToAge
#6374 opened 7 years ago by gopherbot
tests fail if /etc/hosts lists localhost 127.0.0.1 twiceFrozenDueToAge
#6363 opened 7 years ago by gopherbot
InterfaceAddrs returns nil on select IPv6 addressesFrozenDueToAge
#6360 opened 7 years ago by gopherbot
#6340 opened 7 years ago by niemeyer
#6336 opened 7 years ago by gopherbot
misleading lookup error messageFrozenDueToAge
#6324 opened 7 years ago by gopherbot
TestDeadlineExpired failureFrozenDueToAge
#6310 opened 7 years ago by alberts
#6290 opened 7 years ago by alexbrainman
Uncatchable panic in net.Dial caused by dns failureFrozenDueToAge
#6232 opened 7 years ago by gopherbot
64511+ Concurrent TCP sessions (address already in use)FrozenDueToAge
#6176 opened 7 years ago by gopherbot
data race netFD.destroyFrozenDueToAge
#6165 opened 7 years ago by dvyukov
ListenMulticastUDP on <nil> failedFrozenDueToAge
#6159 opened 7 years ago by gopherbot
Dial("ip", ...) fails on Windows with "ConnectEx ip4: An invalid argument was specified"FrozenDueToAge
#6122 opened 7 years ago by gopherbot
no way to lower listen backlog on a TCP listen socketFrozenDueToAge
#6079 opened 7 years ago by gopherbot
unix/windows handling of netFD.Close is differentFrozenDueToAge
#6074 opened 7 years ago by dvyukov
TestDialTimeout never completes on Windows XPFrozenDueToAge
#6063 opened 7 years ago by alexbrainman
timeout tests hang on windowsFrozenDueToAge
#5971 opened 7 years ago by dvyukov
#5940 opened 7 years ago by taruti
#5932 opened 7 years ago by gopherbot
#5834 opened 7 years ago by gopherbot
#5833 opened 7 years ago by mewmew
some test maybe has bugFrozenDueToAge
#5785 opened 7 years ago by chai2010
make sure Dial returns random UDP portFrozenDueToAge
#5767 opened 7 years ago by gopherbot
#5757 opened 7 years ago by adg
dns lookup should retry on TCP for truncated responseFrozenDueToAge
#5686 opened 7 years ago by gopherbot
#5643 opened 7 years ago by gopherbot