diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-30 15:17:31 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-30 15:17:31 -0800 |
commit | 7e28161638a3c64754f55fe84d88917741b49019 (patch) | |
tree | d6debc90b571e0d32e4d8f30a0803a47b0762eaa /node | |
parent | ef4472e1857b86b5a45493a3c3566c7761260dad (diff) | |
parent | 40a4ba6e39bbc59b320eef2f6839cf30c3f7c8b1 (diff) | |
download | infinitytier-7e28161638a3c64754f55fe84d88917741b49019.tar.gz infinitytier-7e28161638a3c64754f55fe84d88917741b49019.zip |
Merge dev
Diffstat (limited to 'node')
-rw-r--r-- | node/Constants.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp index 220d78ed..2b4b1dee 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 |