mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
syscall: add IPv6 socket options for Unix variants
This CL adds missing IPv6 socket options which are required to control IPv6 as described in RFC 3493, RFC 3542. Update #5538 R=golang-dev, dave, iant CC=golang-dev https://golang.org/cl/9373046
This commit is contained in:
parent
d67e300f28
commit
adbe59e332
34 changed files with 230 additions and 1 deletions
|
|
@ -276,6 +276,7 @@ const (
|
|||
F_ULOCK = 0x0
|
||||
F_UNLCK = 0x2
|
||||
F_WRLCK = 0x1
|
||||
ICMPV6_FILTER = 0x1
|
||||
IFA_F_DADFAILED = 0x8
|
||||
IFA_F_DEPRECATED = 0x20
|
||||
IFA_F_HOMEADDRESS = 0x10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue