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:
parent
54c2c945e0
commit
c8166b2db1
5 changed files with 31 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue