mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
Streamlined debug output code
This commit is contained in:
parent
e5fad005a9
commit
d1a22a0878
10 changed files with 211 additions and 288 deletions
|
@ -37,7 +37,9 @@
|
|||
#define IDX_TIME IDX_COUNT + sizeof(int)
|
||||
#define IDX_PAYLOAD IDX_TIME + 20 // 20 being the length of the timestamp string
|
||||
|
||||
#define BUF_SZ 256
|
||||
#define BUF_SZ 256
|
||||
#define PAYLOAD_SZ 223 // BUF_SZ-IDX_PAYLOAD
|
||||
|
||||
#define ERR_OK 0
|
||||
|
||||
/* Userland RPC codes */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue