Clean out obsolete dependencies.

This commit is contained in:
Adam Ierymenko 2019-09-23 16:42:23 -07:00
parent 3c63f58532
commit 4df090469a
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
57 changed files with 4 additions and 13425 deletions

View file

@ -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