fixed connect/accept behaviour, added to selftest, renamed BSD makefile

This commit is contained in:
Joseph Henry
2017-06-11 20:24:11 -07:00
parent 8ea81f5fbb
commit 3793b23229
10 changed files with 75 additions and 49 deletions

View File

@@ -289,7 +289,7 @@ namespace ZeroTier {
}
picostack->pico_Close(conn);
if(!conn->sock) {
DEBUG_EXTRA("invalid PhySocket");
// DEBUG_EXTRA("invalid PhySocket");
return;
}
// Here we assume _tcpconns_m is already locked by caller