diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-14 11:19:21 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-14 11:19:21 -0400 |
| commit | 150a53eb17b18e0a20d85d56437a94aaf745ce2b (patch) | |
| tree | 90e22d2698f5c5aa2bbb17e5f810f499e355f6e9 /node/Demarc.cpp | |
| parent | 1f9a7e26baceb5916e8d612f27aaed1073bbdb87 (diff) | |
| download | infinitytier-150a53eb17b18e0a20d85d56437a94aaf745ce2b.tar.gz infinitytier-150a53eb17b18e0a20d85d56437a94aaf745ce2b.zip | |
Self test almost builds, now need skeleton EthernetTap implementation for Windows.
Diffstat (limited to 'node/Demarc.cpp')
| -rw-r--r-- | node/Demarc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Demarc.cpp b/node/Demarc.cpp index 9c78fb65..0bb1646d 100644 --- a/node/Demarc.cpp +++ b/node/Demarc.cpp @@ -44,8 +44,8 @@ namespace ZeroTier { -const Demarc::Port Demarc::ANY_PORT; -const Demarc::Port Demarc::NULL_PORT; +const Demarc::Port Demarc::ANY_PORT = (Port)0xffffffffffffffffULL; +const Demarc::Port Demarc::NULL_PORT = (Port)0; Demarc::Demarc(const RuntimeEnvironment *renv) : _r(renv) |
