mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
tweak ssu mtu again for meshnet
This commit is contained in:
parent
1ebcbd5b0e
commit
07dca9bd16
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace transport
|
||||||
|
|
||||||
const size_t SSU_MTU_V4 = 1484;
|
const size_t SSU_MTU_V4 = 1484;
|
||||||
#ifdef MESHNET
|
#ifdef MESHNET
|
||||||
const size_t SSU_MTU_V6 = 1304;
|
const size_t SSU_MTU_V6 = 1286;
|
||||||
#else
|
#else
|
||||||
const size_t SSU_MTU_V6 = 1472;
|
const size_t SSU_MTU_V6 = 1472;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue