Documentation updates, add rules engine revision to network config request meta-data.
This commit is contained in:
parent
d637988ccf
commit
ded5a53a6c
5 changed files with 59 additions and 43 deletions
|
@ -101,6 +101,11 @@ extern "C" {
|
|||
*/
|
||||
#define ZT_MAX_NETWORK_MULTICAST_SUBSCRIPTIONS 4096
|
||||
|
||||
/**
|
||||
* Rules engine revision ID, which specifies rules engine capabilities
|
||||
*/
|
||||
#define ZT_RULES_ENGINE_REVISION 1
|
||||
|
||||
/**
|
||||
* Maximum number of base (non-capability) network rules
|
||||
*/
|
||||
|
@ -114,7 +119,7 @@ extern "C" {
|
|||
/**
|
||||
* Maximum number of per-member 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue