Commit e4245f25 authored by Alex Brainman's avatar Alex Brainman

syscall: add IPPROTO_IPV6 and IPV6_V6ONLY const to fix nacl and windows build

R=golang-dev
CC=golang-dev
https://golang.org/cl/2204050
parent 6866026c
......@@ -252,6 +252,8 @@ const (
SO_RCVBUF
SO_REUSEADDR
SO_SNDBUF
IPPROTO_IPV6
IPV6_V6ONLY
TCP_NODELAY
WNOHANG
WSTOPPED
......
......@@ -307,6 +307,9 @@ const (
SO_SNDBUF = 0x1001
SO_UPDATE_ACCEPT_CONTEXT = 0x700b
IPPROTO_IPV6 = 0x29
IPV6_V6ONLY = 0x1a
SOMAXCONN = 5
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