Minor changes to selftest, updated TESTING readme, removed old test personality conf files

This commit is contained in:
Joseph Henry
2017-07-13 10:53:19 -07:00
parent 494ec2508c
commit 43caf4a6f2
9 changed files with 220 additions and 266 deletions

View File

@@ -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);
};