Stub out CAN_REACH.
This commit is contained in:
parent
31db768e4d
commit
beb642faa5
3 changed files with 35 additions and 6 deletions
|
@ -214,6 +214,11 @@
|
|||
*/
|
||||
#define ZT_RECEIVE_QUEUE_TIMEOUT (ZT_WHOIS_RETRY_DELAY * (ZT_MAX_WHOIS_RETRIES + 1))
|
||||
|
||||
/**
|
||||
* Maximum latency to allow for OK(HELLO) before packet is discarded
|
||||
*/
|
||||
#define ZT_HELLO_MAX_ALLOWABLE_LATENCY 60000
|
||||
|
||||
/**
|
||||
* Maximum number of ZT hops allowed (this is not IP hops/TTL)
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue