diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pkg/syscall/ztypes_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/syscall/ztypes_windows.go b/src/pkg/syscall/ztypes_windows.go index 728812b84..01984473a 100644 --- a/src/pkg/syscall/ztypes_windows.go +++ b/src/pkg/syscall/ztypes_windows.go @@ -349,7 +349,7 @@ const ( IPPROTO_IPV6 = 0x29 IPV6_V6ONLY = 0x1b - SOMAXCONN = 5 + SOMAXCONN = 0x7fffffff TCP_NODELAY = 1 |