mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Increase ZT_MAX_PEER_NETWORK_PATHS to 128
This commit is contained in:
parent
eedf270127
commit
f0270c2263
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ extern "C" {
|
||||||
/**
|
/**
|
||||||
* Maximum number of direct network paths to a given peer
|
* Maximum number of direct network paths to a given peer
|
||||||
*/
|
*/
|
||||||
#define ZT_MAX_PEER_NETWORK_PATHS 64
|
#define ZT_MAX_PEER_NETWORK_PATHS 128
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Maximum number of path configurations that can be set
|
* Maximum number of path configurations that can be set
|
||||||
|
|
Loading…
Add table
Reference in a new issue