tweak ssu mtu again for meshnet

This commit is contained in:
Jeff Becker 2016-06-27 15:28:26 -04:00
parent 1ebcbd5b0e
commit 07dca9bd16
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -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