We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77be396 commit 3092995Copy full SHA for 3092995
netdev.go
@@ -10,6 +10,7 @@ import (
10
11
const (
12
_AF_INET = 0x2
13
+ _AF_INET6 = 0xA
14
_SOCK_STREAM = 0x1
15
_SOCK_DGRAM = 0x2
16
_SOL_SOCKET = 0x1
0 commit comments