New service, work in progress

This commit is contained in:
Adam Ierymenko 2019-09-20 09:09:05 -07:00
parent 3ceb2257e5
commit ae2120eb96
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
15 changed files with 852 additions and 18 deletions

View file

@ -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