diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-22 16:02:01 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-22 16:02:01 -0700 |
commit | 7711eba297955d4cf3852f36fe7c6d118da38171 (patch) | |
tree | 28aac858e0f6792ffae85a01d74793c10694ea08 /include | |
parent | 1bc451ed10b43e7c1113c9d8129ad468821ab0cb (diff) | |
download | infinitytier-7711eba297955d4cf3852f36fe7c6d118da38171.tar.gz infinitytier-7711eba297955d4cf3852f36fe7c6d118da38171.zip |
More cluster wiring...
Diffstat (limited to 'include')
-rw-r--r-- | include/ZeroTierOne.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index 135c8e11..4de4a765 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -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 |