diff --git a/SSU.h b/SSU.h index c9881fd0..c241b903 100644 --- a/SSU.h +++ b/SSU.h @@ -30,7 +30,7 @@ namespace transport struct SSUPacket { - i2p::crypto::AESAlignedBuffer<1500> buf; + i2p::crypto::AESAlignedBuffer buf; // max MTU + iv + size boost::asio::ip::udp::endpoint from; size_t len; };