Bump version to 0.6.4 for testing, integrate software updater auto-check into PacketDecoder decode path and main loop.

This commit is contained in:
Adam Ierymenko 2013-12-26 20:57:17 -08:00
parent 54c2c945e0
commit c8166b2db1
5 changed files with 31 additions and 1 deletions

View file

@ -340,6 +340,11 @@ error_no_byte_order_defined;
*/
#define ZT_UPDATE_MIN_INTERVAL 120000
/**
* Maximum interval between attempts to do a software update
*/
#define ZT_UPDATE_MAX_INTERVAL 28800000
/**
* Update HTTP timeout in seconds
*/