Small tweak to active threshold.

This commit is contained in:
Adam Ierymenko 2016-02-19 09:10:31 -08:00
parent 772551c45d
commit 69a438d64d

View File

@ -77,7 +77,7 @@
#define ZT_NETCONF_NODE_HISTORY_LENGTH 64
// Nodes are considered active if they've queried in less than this long
#define ZT_NETCONF_NODE_ACTIVE_THRESHOLD (ZT_NETWORK_AUTOCONF_DELAY * 2)
#define ZT_NETCONF_NODE_ACTIVE_THRESHOLD ((ZT_NETWORK_AUTOCONF_DELAY * 2) + 5000)
namespace ZeroTier {