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
|
|
@ -560,6 +560,7 @@ const (
|
|||
F_WRLCK = 0x3
|
||||
HUPCL = 0x4000
|
||||
ICANON = 0x100
|
||||
ICMP6_FILTER = 0x12
|
||||
ICRNL = 0x100
|
||||
IEXTEN = 0x400
|
||||
IFAN_ARRIVAL = 0x0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue