mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
More cluster wiring...
This commit is contained in:
parent
1bc451ed10
commit
7711eba297
8 changed files with 272 additions and 23 deletions
|
@ -131,12 +131,12 @@ extern "C" {
|
|||
/**
|
||||
* Maximum number of cluster members (and max member ID plus one)
|
||||
*/
|
||||
#define ZT_CLUSTER_MAX_MEMBERS 256
|
||||
#define ZT_CLUSTER_MAX_MEMBERS 128
|
||||
|
||||
/**
|
||||
* Maximum allowed cluster message length in bytes
|
||||
*/
|
||||
#define ZT_CLUSTER_MAX_MESSAGE_LENGTH 65535
|
||||
#define ZT_CLUSTER_MAX_MESSAGE_LENGTH (1444 * 6)
|
||||
|
||||
/**
|
||||
* A null/empty sockaddr (all zero) to signify an unspecified socket address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue