mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
(1) now builds and works on Linux, (2) fix a threading problem causing carsh on shutdown, (3) cleanup in selftest, re-enable Phy and Http tests.
This commit is contained in:
parent
740121504f
commit
60f05518aa
7 changed files with 96 additions and 79 deletions
|
@ -637,8 +637,6 @@ void OSXEthernetTap::threadMain()
|
|||
int n,nfds,r;
|
||||
char getBuf[8194];
|
||||
|
||||
// Wait for a moment after startup -- wait for Network to finish
|
||||
// constructing itself.
|
||||
Thread::sleep(500);
|
||||
|
||||
FD_ZERO(&readfds);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue