Rest of software updater, ready to test...

This commit is contained in:
Adam Ierymenko 2013-12-10 15:30:53 -08:00
parent 612c17240a
commit bf0da9f2f7
10 changed files with 361 additions and 11 deletions

View file

@ -330,4 +330,14 @@ error_no_byte_order_defined;
*/
#define ZT_RENDEZVOUS_NAT_T_DELAY 500
/**
* Minimum interval between attempts to do a software update
*/
#define ZT_UPDATE_MIN_INTERVAL 120000
/**
* Update HTTP timeout in seconds
*/
#define ZT_UPDATE_HTTP_TIMEOUT 30
#endif