diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-01-10 14:31:28 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-01-10 14:31:28 -0800 |
commit | a1992d76f2026c784c8a4f15bf1a4ef164ae74c6 (patch) | |
tree | d73e139f111a2ea9cb4a62c07f6d5973dd0a4b2a /controller/EmbeddedNetworkController.cpp | |
parent | 9bab49d2f91fbb1d19c75e868bc04959ef9f135e (diff) | |
download | infinitytier-a1992d76f2026c784c8a4f15bf1a4ef164ae74c6.tar.gz infinitytier-a1992d76f2026c784c8a4f15bf1a4ef164ae74c6.zip |
Doc updates and other fixes.
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 37eff0a4..e9cb41fc 100644 --- a/controller/EmbeddedNetworkController.cpp +++ b/controller/EmbeddedNetworkController.cpp @@ -48,7 +48,7 @@ using json = nlohmann::json; // API version reported via JSON control plane -#define ZT_NETCONF_CONTROLLER_API_VERSION 3 +#define ZT_NETCONF_CONTROLLER_API_VERSION 4 // Min duration between requests for an address/nwid combo to prevent floods #define ZT_NETCONF_MIN_REQUEST_PERIOD 1000 |