Tighten a few timings.
This commit is contained in:
parent
64758c46b6
commit
9cfc109527
2 changed files with 4 additions and 4 deletions
|
@ -226,12 +226,12 @@
|
|||
/**
|
||||
* Delay between WHOIS retries in ms
|
||||
*/
|
||||
#define ZT_WHOIS_RETRY_DELAY 1000
|
||||
#define ZT_WHOIS_RETRY_DELAY 500
|
||||
|
||||
/**
|
||||
* Maximum identity WHOIS retries (each attempt tries consulting a different peer)
|
||||
*/
|
||||
#define ZT_MAX_WHOIS_RETRIES 4
|
||||
#define ZT_MAX_WHOIS_RETRIES 5
|
||||
|
||||
/**
|
||||
* Transmit queue entry timeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue