mirror of
https://github.com/golang/go
synced 2024-11-21 19:14:44 -07:00
syscall: fix windows value of IPV6_V6ONLY
R=golang-dev, adg CC=golang-dev https://golang.org/cl/2213048
This commit is contained in:
parent
b15b0a0cd9
commit
f2db47d427
@ -308,7 +308,7 @@ const (
|
||||
SO_UPDATE_ACCEPT_CONTEXT = 0x700b
|
||||
|
||||
IPPROTO_IPV6 = 0x29
|
||||
IPV6_V6ONLY = 0x1a
|
||||
IPV6_V6ONLY = 0x1b
|
||||
|
||||
SOMAXCONN = 5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user