Minor changes to selftest, updated TESTING readme, removed old test personality conf files
This commit is contained in:
@@ -158,12 +158,12 @@ namespace ZeroTier
|
||||
int pico_Close(Connection *conn);
|
||||
|
||||
/*
|
||||
* Converts error code to pretty string
|
||||
* Converts picoTCP error codes to pretty string
|
||||
*/
|
||||
static char *beautify_pico_error(int err);
|
||||
|
||||
/*
|
||||
*
|
||||
* Converts picoTCP socket states into pretty string
|
||||
*/
|
||||
static char *beautify_pico_state(int state);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user