PROXY_SEND fix.

This commit is contained in:
Adam Ierymenko 2015-11-09 10:25:20 -08:00
parent ed954c5ca2
commit b57c855a8c
3 changed files with 10 additions and 7 deletions

View file

@ -58,12 +58,12 @@
/**
* Desired period between doPeriodicTasks() in milliseconds
*/
#define ZT_CLUSTER_PERIODIC_TASK_PERIOD 250
#define ZT_CLUSTER_PERIODIC_TASK_PERIOD 100
/**
* How often to flush outgoing message queues (maximum interval)
*/
#define ZT_CLUSTER_FLUSH_PERIOD 500
#define ZT_CLUSTER_FLUSH_PERIOD 300
/**
* Maximum number of queued outgoing packets per sender address