mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
Small tweak to active threshold.
This commit is contained in:
parent
772551c45d
commit
69a438d64d
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user