Clean out obsolete dependencies.
This commit is contained in:
parent
3c63f58532
commit
4df090469a
57 changed files with 4 additions and 13425 deletions
|
@ -67,7 +67,10 @@ const (
|
|||
// PlatformDefaultHomePath is the default location of ZeroTier's working path on this system
|
||||
PlatformDefaultHomePath string = C.GoString(C.ZT_PLATFORM_DEFAULT_HOMEPATH)
|
||||
|
||||
AFInet = C.AF_INET
|
||||
// AFInet is the address family for IPv4
|
||||
AFInet = C.AF_INET
|
||||
|
||||
// AFInet6 is the address family for IPv6
|
||||
AFInet6 = C.AF_INET6
|
||||
|
||||
defaultVirtualNetworkMTU = C.ZT_DEFAULT_MTU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue