diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-03-18 11:53:53 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-03-18 11:53:53 -0700 |
commit | bb25128406b5127df5ffd2f671936cacaa83306e (patch) | |
tree | 1f7eb500489e8aa16701510faeda19cdbed07fa8 /node/Socket.hpp | |
parent | bf5d8de99920cc7652a41040e00576dbab1edaed (diff) | |
download | infinitytier-bb25128406b5127df5ffd2f671936cacaa83306e.tar.gz infinitytier-bb25128406b5127df5ffd2f671936cacaa83306e.zip |
TCP socket.
Diffstat (limited to 'node/Socket.hpp')
-rw-r--r-- | node/Socket.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Socket.hpp b/node/Socket.hpp index 4eef01b3..ff185e6f 100644 --- a/node/Socket.hpp +++ b/node/Socket.hpp @@ -43,7 +43,7 @@ /** * Maximum discrete message length supported by all socket types */ -#define ZT_SOCKET_MAX_MESSAGE_LEN 4096 +#define ZT_SOCKET_MAX_MESSAGE_LEN 2048 namespace ZeroTier { |