From 07dca9bd166a7351d2751fbefde55af7a730676f Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 27 Jun 2016 15:28:26 -0400 Subject: [PATCH] tweak ssu mtu again for meshnet --- SSUData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSUData.h b/SSUData.h index f5e52947..bfc75128 100644 --- a/SSUData.h +++ b/SSUData.h @@ -19,7 +19,7 @@ namespace transport const size_t SSU_MTU_V4 = 1484; #ifdef MESHNET - const size_t SSU_MTU_V6 = 1304; + const size_t SSU_MTU_V6 = 1286; #else const size_t SSU_MTU_V6 = 1472; #endif