mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-25 11:42:50 +02:00
WHOIS timing tweak
This commit is contained in:
parent
2b3862fdde
commit
732547400b
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ pub(crate) mod v1 {
|
|||
pub(crate) const PACKET_RESPONSE_COUNTER_DELTA_MAX: u64 = 256;
|
||||
|
||||
/// Frequency for WHOIS retries in milliseconds.
|
||||
pub(crate) const WHOIS_RETRY_INTERVAL: i64 = 3000;
|
||||
pub(crate) const WHOIS_RETRY_INTERVAL: i64 = 2000;
|
||||
|
||||
/// Maximum number of WHOIS retries
|
||||
pub(crate) const WHOIS_RETRY_COUNT_MAX: u16 = 3;
|
||||
|
|
Loading…
Add table
Reference in a new issue