pushDirectPaths() implementation

This commit is contained in:
Adam Ierymenko 2015-07-06 14:39:28 -07:00
parent 93bb934d4e
commit 255320e2a6
4 changed files with 67 additions and 5 deletions

View file

@ -319,6 +319,11 @@
*/
#define ZT_MIN_PATH_CONFIRMATION_INTERVAL 5000
/**
* Interval between direct path pushes in milliseconds
*/
#define ZT_DIRECT_PATH_PUSH_INTERVAL 300000
/**
* Sanity limit on maximum bridge routes
*