summaryrefslogtreecommitdiff
path: root/node/Socket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Socket.hpp')
-rw-r--r--node/Socket.hpp2
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 {