Web request part of supernode resync (not quite done, needs test)

This commit is contained in:
Adam Ierymenko 2014-08-15 23:37:35 -04:00
parent f696299cfc
commit aa59cfd545
3 changed files with 61 additions and 2 deletions

View file

@ -409,6 +409,13 @@
*/
#define ZT_UPDATE_HTTP_TIMEOUT 120
/**
* Delay between fetches of the root topology update URL
*
* 86400000 = check once every 24 hours (this doesn't change often)
*/
#define ZT_UPDATE_ROOT_TOPOLOGY_CHECK_INTERVAL 86400000
/**
* Sanity limit on maximum bridge routes
*