Browse Source

tweak ssu mtu again for meshnet

pull/557/head
Jeff Becker 8 years ago
parent
commit
07dca9bd16
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 2
      SSUData.h

2
SSUData.h

@ -19,7 +19,7 @@ namespace transport @@ -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

Loading…
Cancel
Save