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 bb43b40 commit 37358cfCopy full SHA for 37358cf
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