mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Remote trace: plumbing, replace old TRACE with calls to Trace object.
This commit is contained in:
parent
e14d5d49a1
commit
dab0fb9e05
21 changed files with 577 additions and 533 deletions
|
@ -29,8 +29,8 @@
|
|||
* engine.
|
||||
*/
|
||||
|
||||
#ifndef ZT_ZEROTIERONE_H
|
||||
#define ZT_ZEROTIERONE_H
|
||||
#ifndef ZT_ZEROTIER_API_H
|
||||
#define ZT_ZEROTIER_API_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
@ -92,6 +92,11 @@ extern "C" {
|
|||
*/
|
||||
#define ZT_MAX_MTU 10000
|
||||
|
||||
/**
|
||||
* Maximum size of a remote trace message's serialized Dictionary
|
||||
*/
|
||||
#define ZT_MAX_REMOTE_TRACE_SIZE 10000
|
||||
|
||||
/**
|
||||
* Maximum length of network short name
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue