mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-15 01:23:14 -07:00
PROXY_SEND fix.
This commit is contained in:
parent
ed954c5ca2
commit
b57c855a8c
3 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue