mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
Tweak some size limits.
This commit is contained in:
parent
0ffbd05c0e
commit
cfe166ef35
2 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ extern "C" {
|
|||
/**
|
||||
* Maximum allowed cluster message length in bytes
|
||||
*/
|
||||
#define ZT_CLUSTER_MAX_MESSAGE_LENGTH (1444 * 6)
|
||||
#define ZT_CLUSTER_MAX_MESSAGE_LENGTH (1444 * 4)
|
||||
|
||||
/**
|
||||
* A null/empty sockaddr (all zero) to signify an unspecified socket address
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
/**
|
||||
* Desired period between doPeriodicTasks() in milliseconds
|
||||
*/
|
||||
#define ZT_CLUSTER_PERIODIC_TASK_PERIOD 100
|
||||
#define ZT_CLUSTER_PERIODIC_TASK_PERIOD 50
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue