Now with more worky.
This commit is contained in:
parent
459f1e7bfb
commit
71bdaa9508
4 changed files with 36 additions and 41 deletions
|
@ -173,7 +173,7 @@ extern "C" {
|
|||
/**
|
||||
* Maximum number of direct network paths to a given peer
|
||||
*/
|
||||
#define ZT_MAX_PEER_NETWORK_PATHS 4
|
||||
#define ZT_MAX_PEER_NETWORK_PATHS 16
|
||||
|
||||
/**
|
||||
* Maximum number of path configurations that can be set
|
||||
|
@ -1228,9 +1228,9 @@ typedef struct
|
|||
int versionRev;
|
||||
|
||||
/**
|
||||
* Last measured latency in milliseconds or zero if unknown
|
||||
* Last measured latency in milliseconds or -1 if unknown
|
||||
*/
|
||||
unsigned int latency;
|
||||
int latency;
|
||||
|
||||
/**
|
||||
* What trust hierarchy role does this device have?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue