diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-25 18:21:20 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-25 18:21:20 -0700 |
commit | d637988ccf5c62c1f20233cf5704329daff61c67 (patch) | |
tree | e1c6590673f470083b3b6396086eab0e9433eed8 /controller/EmbeddedNetworkController.cpp | |
parent | 858e8c52171f2d4d95d78222bdfe28052fb3afec (diff) | |
download | infinitytier-d637988ccf5c62c1f20233cf5704329daff61c67.tar.gz infinitytier-d637988ccf5c62c1f20233cf5704329daff61c67.zip |
Fix chicken or egg problem in tags, and better filter debug instrumentation.
Diffstat (limited to 'controller/EmbeddedNetworkController.cpp')
-rw-r--r-- | controller/EmbeddedNetworkController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/EmbeddedNetworkController.cpp b/controller/EmbeddedNetworkController.cpp index 8f013464..45af30be 100644 --- a/controller/EmbeddedNetworkController.cpp +++ b/controller/EmbeddedNetworkController.cpp @@ -50,7 +50,7 @@ using json = nlohmann::json; #define ZT_NETCONF_CONTROLLER_API_VERSION 3 // Number of requests to remember in member history -#define ZT_NETCONF_DB_MEMBER_HISTORY_LENGTH 16 +#define ZT_NETCONF_DB_MEMBER_HISTORY_LENGTH 32 // Min duration between requests for an address/nwid combo to prevent floods #define ZT_NETCONF_MIN_REQUEST_PERIOD 1000 |