mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
.
This commit is contained in:
parent
90d4d79828
commit
70d5da1e2a
5 changed files with 86 additions and 6 deletions
|
@ -56,6 +56,9 @@ const (
|
|||
// CoreVersionBuild is the build version of the ZeroTier core
|
||||
CoreVersionBuild int = C.ZEROTIER_ONE_VERSION_BUILD
|
||||
|
||||
// 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
|
||||
afInet6 = C.AF_INET6
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue