Commit f2db47d4 authored by Alex Brainman's avatar Alex Brainman

syscall: fix windows value of IPV6_V6ONLY

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/2213048
parent b15b0a0c
......@@ -308,7 +308,7 @@ const (
SO_UPDATE_ACCEPT_CONTEXT = 0x700b
IPPROTO_IPV6 = 0x29
IPV6_V6ONLY = 0x1a
IPV6_V6ONLY = 0x1b
SOMAXCONN = 5
......
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