1
0
mirror of https://github.com/golang/go synced 2024-11-12 04:40:22 -07:00

syscall: SOMAXCONN should be 0x7fffffff at winsock2.

R=golang-dev, alex.brainman
CC=golang-dev
https://golang.org/cl/4955042
This commit is contained in:
Yasuhiro Matsumoto 2011-08-26 12:36:46 +10:00 committed by Alex Brainman
parent 64c9c7f5de
commit 7a3095121e

View File

@ -349,7 +349,7 @@ const (
IPPROTO_IPV6 = 0x29
IPV6_V6ONLY = 0x1b
SOMAXCONN = 5
SOMAXCONN = 0x7fffffff
TCP_NODELAY = 1