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:
Adam Ierymenko 2013-08-25 18:18:02 -04:00
parent e0bdc02139
commit bbbc032959
6 changed files with 110 additions and 33 deletions

View file

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