mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Tweak some timings.
This commit is contained in:
parent
e8f6b4b5d3
commit
d1101441b3
2 changed files with 3 additions and 5 deletions
|
@ -244,17 +244,17 @@
|
|||
* This is also how often pings will be retried to upstream peers (relays, roots)
|
||||
* constantly until something is heard.
|
||||
*/
|
||||
#define ZT_PING_CHECK_INVERVAL 8000
|
||||
#define ZT_PING_CHECK_INVERVAL 9000
|
||||
|
||||
/**
|
||||
* How frequently to send heartbeats over in-use paths
|
||||
*/
|
||||
#define ZT_PATH_HEARTBEAT_PERIOD 18000
|
||||
#define ZT_PATH_HEARTBEAT_PERIOD 15000
|
||||
|
||||
/**
|
||||
* Paths are considered inactive if they have not received traffic in this long
|
||||
*/
|
||||
#define ZT_PATH_ALIVE_TIMEOUT ((ZT_PATH_HEARTBEAT_PERIOD * 2) + 2000)
|
||||
#define ZT_PATH_ALIVE_TIMEOUT 35000
|
||||
|
||||
/**
|
||||
* Delay between full-fledge pings of directly connected peers
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
#include "Cluster.hpp"
|
||||
#include "Packet.hpp"
|
||||
|
||||
#define ZT_PEER_PATH_SORT_INTERVAL 5000
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
// Used to send varying values for NAT keepalive
|
||||
|
|
Loading…
Add table
Reference in a new issue