MTU size of 1488 for ipv6

This commit is contained in:
orignal 2017-02-12 10:12:12 -05:00
parent 1ddc96f965
commit c231eff4b1
2 changed files with 3 additions and 3 deletions

2
SSU.h
View file

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