mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 13:07:55 +00:00
Increase rule limits a little since chunking in netconf can accomodate this.
This commit is contained in:
parent
60bc291414
commit
95ff057e04
@ -104,17 +104,17 @@ extern "C" {
|
|||||||
/**
|
/**
|
||||||
* Maximum number of base (non-capability) network rules
|
* Maximum number of base (non-capability) network rules
|
||||||
*/
|
*/
|
||||||
#define ZT_MAX_NETWORK_RULES 256
|
#define ZT_MAX_NETWORK_RULES 1024
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Maximum number of per-node capabilities per network
|
* Maximum number of per-node capabilities per network
|
||||||
*/
|
*/
|
||||||
#define ZT_MAX_NETWORK_CAPABILITIES 64
|
#define ZT_MAX_NETWORK_CAPABILITIES 128
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Maximum number of per-node tags per network
|
* Maximum number of per-node tags per network
|
||||||
*/
|
*/
|
||||||
#define ZT_MAX_NETWORK_TAGS 16
|
#define ZT_MAX_NETWORK_TAGS 128
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Maximum number of direct network paths to a given peer
|
* Maximum number of direct network paths to a given peer
|
||||||
|
Loading…
Reference in New Issue
Block a user