(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:
Adam Ierymenko 2015-04-20 15:12:31 -07:00
commit 60f05518aa
7 changed files with 96 additions and 79 deletions

View file

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