mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
MTU size of 1488 for ipv6
This commit is contained in:
parent
1ddc96f965
commit
c231eff4b1
2 changed files with 3 additions and 3 deletions
2
SSU.h
2
SSU.h
|
@ -30,7 +30,7 @@ namespace transport
|
|||
|
||||
struct SSUPacket
|
||||
{
|
||||
i2p::crypto::AESAlignedBuffer<SSU_MTU_V4 + 18> buf; // max MTU + iv + size
|
||||
i2p::crypto::AESAlignedBuffer<SSU_MTU_V6 + 18> buf; // max MTU + iv + size
|
||||
boost::asio::ip::udp::endpoint from;
|
||||
size_t len;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue