Increase maximum number of paths per IP scope to 4

Otherwise, local discovered routes are ignored.
Don't know what the best value would be. Taking 4 for now.
This commit is contained in:
Janjaap Bos 2015-11-30 19:48:38 +01:00
parent 75637f68b3
commit e6808c69f8

View File

@ -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