Commit 7a309512 authored by Yasuhiro Matsumoto's avatar Yasuhiro Matsumoto Committed by Alex Brainman

syscall: SOMAXCONN should be 0x7fffffff at winsock2.

R=golang-dev, alex.brainman
CC=golang-dev
https://golang.org/cl/4955042
parent 64c9c7f5
......@@ -349,7 +349,7 @@ const (
IPPROTO_IPV6 = 0x29
IPV6_V6ONLY = 0x1b
SOMAXCONN = 5
SOMAXCONN = 0x7fffffff
TCP_NODELAY = 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment