mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Merge pull request #259 from janjaapbos/jb-dev
Increase maximum number of paths per IP scope to 4
This commit is contained in:
commit
4c812e3796
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@
|
||||||
/**
|
/**
|
||||||
* Maximum number of paths per IP scope (e.g. global, link-local) and family (e.g. v4/v6)
|
* Maximum number of paths per IP scope (e.g. global, link-local) and family (e.g. v4/v6)
|
||||||
*/
|
*/
|
||||||
#define ZT_PUSH_DIRECT_PATHS_MAX_PER_SCOPE_AND_FAMILY 1
|
#define ZT_PUSH_DIRECT_PATHS_MAX_PER_SCOPE_AND_FAMILY 4
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A test pseudo-network-ID that can be joined
|
* A test pseudo-network-ID that can be joined
|
||||||
|
|
Loading…
Add table
Reference in a new issue