diff options
-rw-r--r-- | node/Constants.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp index 1b00872d..a003c88c 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -158,7 +158,7 @@ error_no_byte_order_defined; * The actual spec allows 16, but this is the most we'll support right * now. Packets with more than this many fragments are dropped. */ -#define ZT_MAX_PACKET_FRAGMENTS 3 +#define ZT_MAX_PACKET_FRAGMENTS 4 /** * Timeout for receipt of fragmented packets in ms |