Stub out CAN_REACH.

This commit is contained in:
Adam Ierymenko 2017-02-04 10:21:31 -08:00
parent 31db768e4d
commit beb642faa5
3 changed files with 35 additions and 6 deletions

View file

@ -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)
*