diff options
Diffstat (limited to 'node/Constants.hpp')
-rw-r--r-- | node/Constants.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp index 557c8208..af1322ab 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -370,14 +370,6 @@ #define ZT_ANTIRECURSION_HISTORY_SIZE 16 /** - * TTL for certificates of membership on private networks - * - * This is the max delta for the timestamp field of a COM, so it's a window - * plus or minus the certificate's timestamp. In milliseconds. - */ -#define ZT_NETWORK_CERTIFICATE_TTL_WINDOW (ZT_NETWORK_AUTOCONF_DELAY * 4) - -/** * How often to broadcast beacons over physical local LANs */ #define ZT_BEACON_INTERVAL 30000 |