From e6808c69f8f5e3b9c9e3c7244e4009e37c5cf94b Mon Sep 17 00:00:00 2001 From: Janjaap Bos Date: Mon, 30 Nov 2015 19:48:38 +0100 Subject: 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. --- node/Constants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Constants.hpp b/node/Constants.hpp index 65ed108a..c4f11ea6 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -343,7 +343,7 @@ /** * 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 -- cgit v1.2.3