]> Cypherpunks repositories - gostls13.git/commit
net: make use of the kernel state to listen on TCP, Unix
authorMikio Hara <mikioh.mikioh@gmail.com>
Sat, 14 Jan 2012 04:42:18 +0000 (13:42 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Sat, 14 Jan 2012 04:42:18 +0000 (13:42 +0900)
commitd3c59f6ec851bd3adccf3a989ca57dc1958a1fc7
tree89a416b4e5584adfa97299a78add9609cd38d714
parentc40314821bb0d99c24c516543bcdf01eea231c48
net: make use of the kernel state to listen on TCP, Unix

R=golang-dev, dave, minux.ma
CC=golang-dev
https://golang.org/cl/5545044
src/pkg/net/Makefile
src/pkg/net/ipsock_posix.go
src/pkg/net/sock.go
src/pkg/net/sock_bsd.go [new file with mode: 0644]
src/pkg/net/sock_linux.go [new file with mode: 0644]
src/pkg/net/sock_windows.go [new file with mode: 0644]
src/pkg/net/tcpsock_posix.go
src/pkg/net/unixsock_posix.go