Sign in
go
/
go
/
617c93ce740c3c3cc28cdd1a0d712be183d0b328
/
src
/
net
/
sock_windows.go
055ecb7
net: fix inconsistent errors
by Mikio Hara
· 10 years ago
29d1f3b
net: add socket system call hooks for testing
by Mikio Hara
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/net/sock_windows.go]
b29d035
net: add dial, listenStream and listenDatagram methods to netFD
by Mikio Hara
· 12 years ago
8a7def2
net: reduce unnecessary syscall.Sockaddr conversions
by Mikio Hara
· 12 years ago
e64f3f2
net: never use backlog > 65535
by Russ Cox
· 12 years ago
dc6e51c
net: delete duplicate listenerSockaddr
by Mikio Hara
· 12 years ago
2cd5b01
net: fix windows build
by Ian Lance Taylor
· 12 years ago
0e3514e
net: enable SO_REUSEADDR, SO_REUSEPORT options on stream, multicast listeners only
by Mikio Hara
· 13 years ago
2f63afd
net: ListenMulticastUDP to listen concurrently across multiple listeners
by Mikio Hara
· 13 years ago
d3c59f6
net: make use of the kernel state to listen on TCP, Unix
by Mikio Hara
· 13 years ago
cbdbdc4
net: add IP-level socket option helpers for Unix variants
by Mikio Hara
· 13 years ago
c3733b2
net: document why we do not use SO_REUSEADDR on windows
by Alex Brainman
· 13 years ago
c1d0f0e
net: do not set SO_REUSEADDR for windows
by Alex Brainman
· 13 years ago
63b8b948
windows: define and use syscall.Handle Fixes #1487.
by Wei Guangjing
· 14 years ago
bc92671
net: enable SO_REUSEPORT on BSD variants
by Mikio Hara
· 14 years ago