1
0
mirror of https://github.com/golang/go synced 2024-10-05 12:21:22 -06:00
go/src/pkg/net
Russ Cox 2807621d01 net: more fiddling with the udp test.
i don't know why the timeout needs
  to be so big.

R=r
https://golang.org/cl/165063
2009-12-04 18:34:45 -08:00
..
dialgoogle_test.go net: disable ipv6 test if we know kernel won't take it. 2009-11-10 17:47:38 -08:00
dnsclient.go net: fix dns bug reported on irc. 2009-11-10 17:09:33 -08:00
dnsconfig.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
dnsmsg.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
fd_darwin.go gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg 2009-11-20 11:45:05 -08:00
fd_freebsd.go gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg 2009-11-20 11:45:05 -08:00
fd_linux.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
fd_nacl.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
fd.go net: test and fix support for 0-length datagram packets. 2009-12-02 15:17:49 -08:00
ip_test.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
ip.go gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg 2009-11-20 11:45:05 -08:00
ipsock.go gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg 2009-11-20 11:45:05 -08:00
Makefile go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
net_test.go net: fix error for connect to /etc/ on some systems 2009-11-10 18:27:26 -08:00
net.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
parse_test.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
parse.go gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg 2009-11-20 11:45:05 -08:00
port_test.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
port.go gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg 2009-11-20 11:45:05 -08:00
server_test.go net: more fiddling with the udp test. 2009-12-04 18:34:45 -08:00
sock.go net: fix netFD.Close races 2009-12-01 23:28:57 -08:00
tcpsock.go net: fix netFD.Close races 2009-12-01 23:28:57 -08:00
timeout_test.go net: enforce timeouts for ReadFrom/WriteTo 2009-11-17 08:39:17 -08:00
udpsock.go net: fix netFD.Close races 2009-12-01 23:28:57 -08:00
unixsock.go net: fix netFD.Close races 2009-12-01 23:28:57 -08:00