From 9f16707b0b8ec62de67394bf4884408eb65f2a7a Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sun, 25 Aug 2013 18:25:22 -0400 Subject: [PATCH] Cut out tap test code from selftest. --- selftest.cpp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/selftest.cpp b/selftest.cpp index 4927deac0..641898620 100644 --- a/selftest.cpp +++ b/selftest.cpp @@ -408,19 +408,6 @@ int _tmain(int argc, _TCHAR* argv[]) int main(int argc,char **argv) #endif { - ///* For testing windows tap - try { - RuntimeEnvironment renv; - renv.homePath = "C:\\ProgramData\\ZeroTier\\One"; - EthernetTap tap(&renv,"test12345",MAC(0x32),2800,NULL,NULL); - Thread::sleep(100000000); - } catch (std::exception &exc) { - std::cout << exc.what() << std::endl; - return 0; - } - //*/ - - /* int r = 0; _initLibCrypto(); @@ -436,5 +423,4 @@ int main(int argc,char **argv) std::cout << std::endl << "SOMETHING FAILED!" << std::endl; return r; - */ }