Added stubs for poll/select, improved selftest/echotest, Added ringbuffer for more efficient RX/TX
This commit is contained in:
@@ -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);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user