]> Cypherpunks repositories - gostls13.git/commit
net: plan9 changes for default net directory
authorJeff Sickel <jas@corpus-callosum.com>
Wed, 22 Jan 2014 21:21:53 +0000 (22:21 +0100)
committerDavid du Colombier <0intro@gmail.com>
Wed, 22 Jan 2014 21:21:53 +0000 (22:21 +0100)
commit52125738f3ca6f30364eebf0f4d673f73a71c248
tree2902ed7055eea45225d62ff995f4151f3ac175b9
parentae562107089a8d989f0526b90a7bce50a9da4348
net: plan9 changes for default net directory

This change include updates to the probeIPv4Stack
and probeIPv6Stack to ensure that one or both
protocols are supported by ip(3).
The addition of fdMutex to netFD fixes the
TestTCPConcurrentAccept failures.
Additional changes add support for keepalive.

R=golang-codereviews, 0intro
CC=golang-codereviews, rsc
https://golang.org/cl/49920048
src/pkg/net/fd_plan9.go
src/pkg/net/file_plan9.go
src/pkg/net/ipsock_plan9.go
src/pkg/net/lookup_plan9.go
src/pkg/net/sockopt_plan9.go [new file with mode: 0644]
src/pkg/net/tcpsock_plan9.go
src/pkg/net/tcpsockopt_plan9.go [new file with mode: 0644]
src/pkg/net/udpsock_plan9.go