diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-27 14:04:12 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-27 14:04:12 -0700 |
commit | f692cec763d67caae54a4f47446657c390563319 (patch) | |
tree | 9cce78979ceb2fd2c3d8a43464883c5331f84c7a /include/ZeroTierOne.h | |
parent | 40e0a34a5c22276e5546dc7835eec87282ac9484 (diff) | |
download | infinitytier-f692cec763d67caae54a4f47446657c390563319.tar.gz infinitytier-f692cec763d67caae54a4f47446657c390563319.zip |
Change how cluster relays packets -- just PROXY_UNITE and then send packet via normal ZeroTier front plane -- more efficient and eliminates fragmentation issues.
Diffstat (limited to 'include/ZeroTierOne.h')
-rw-r--r-- | include/ZeroTierOne.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index 7371b9f0..3457634b 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -141,7 +141,7 @@ extern "C" { /** * Maximum allowed cluster message length in bytes */ -#define ZT_CLUSTER_MAX_MESSAGE_LENGTH (1444 * 4) +#define ZT_CLUSTER_MAX_MESSAGE_LENGTH (1500 - 48) /** * A null/empty sockaddr (all zero) to signify an unspecified socket address |