Added stubs for poll/select, improved selftest/echotest, Added ringbuffer for more efficient RX/TX

This commit is contained in:
Joseph Henry
2017-07-12 11:44:31 -07:00
parent 78d97f7826
commit 494ec2508c
12 changed files with 1547 additions and 829 deletions

View File

@@ -156,6 +156,16 @@ namespace ZeroTier
* Close a Connection - Called from SocketTap
*/
int pico_Close(Connection *conn);
/*
* Converts error code to pretty string
*/
static char *beautify_pico_error(int err);
/*
*
*/
static char *beautify_pico_state(int state);
};
}