various bug fixes

This commit is contained in:
Joseph Henry
2017-04-21 14:56:42 -07:00
parent 76abb3e0a2
commit 6a25abb757
16 changed files with 259 additions and 1312 deletions

View File

@@ -184,7 +184,7 @@ namespace ZeroTier {
/*
* Listen for a Connection
*/
void Listen(Connection *conn, int fd, int backlog);
int Listen(Connection *conn, int fd, int backlog);
/*
* Accepts an incoming Connection