New service, work in progress
This commit is contained in:
parent
3ceb2257e5
commit
ae2120eb96
15 changed files with 852 additions and 18 deletions
|
@ -166,6 +166,11 @@ extern "C" {
|
|||
*/
|
||||
#define ZT_MAX_MULTICAST_SUBSCRIPTIONS 1024
|
||||
|
||||
/**
|
||||
* Maximum size for a state object (via state object put/get callbacks/API)
|
||||
*/
|
||||
#define ZT_MAX_STATE_OBJECT_SIZE 4096
|
||||
|
||||
/**
|
||||
* Maximum value for link quality (min is 0)
|
||||
*/
|
||||
|
@ -1319,7 +1324,7 @@ typedef struct
|
|||
/**
|
||||
* Whether this peer was ever reachable via an aggregate link
|
||||
*/
|
||||
bool hadAggregateLink;
|
||||
int hadAggregateLink;
|
||||
|
||||
/**
|
||||
* Known network paths to peer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue