Tap works! At least in isolation. Time to create the Windows executable and the Windows service to run it and handle auto-update.
This commit is contained in:
parent
e0bdc02139
commit
bbbc032959
6 changed files with 110 additions and 33 deletions
|
@ -411,7 +411,7 @@ int main(int argc,char **argv)
|
|||
///* For testing windows tap
|
||||
try {
|
||||
RuntimeEnvironment renv;
|
||||
renv.homePath = "C:";
|
||||
renv.homePath = "C:\\ProgramData\\ZeroTier\\One";
|
||||
EthernetTap tap(&renv,"test12345",MAC(0x32),2800,NULL,NULL);
|
||||
Thread::sleep(100000000);
|
||||
} catch (std::exception &exc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue