Self test almost builds, now need skeleton EthernetTap implementation for Windows.
This commit is contained in:
parent
1f9a7e26ba
commit
150a53eb17
13 changed files with 51 additions and 61 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue