mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
Increase multicast announce frequency a little.
This commit is contained in:
parent
53ba413d32
commit
e9e20fdad8
1 changed files with 4 additions and 1 deletions
|
@ -186,6 +186,9 @@
|
||||||
*/
|
*/
|
||||||
#define ZT_ADDRESS_LENGTH_HEX 10
|
#define ZT_ADDRESS_LENGTH_HEX 10
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Size of symmetric key (only the first 32 bits are used for some ciphers)
|
||||||
|
*/
|
||||||
#define ZT_SYMMETRIC_KEY_SIZE 48
|
#define ZT_SYMMETRIC_KEY_SIZE 48
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -253,7 +256,7 @@
|
||||||
/**
|
/**
|
||||||
* Period for multicast LIKE announcements
|
* Period for multicast LIKE announcements
|
||||||
*/
|
*/
|
||||||
#define ZT_MULTICAST_ANNOUNCE_PERIOD 120000
|
#define ZT_MULTICAST_ANNOUNCE_PERIOD 60000
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delay between explicit MULTICAST_GATHER requests for a given multicast channel
|
* Delay between explicit MULTICAST_GATHER requests for a given multicast channel
|
||||||
|
|
Loading…
Add table
Reference in a new issue