mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
send termiation with reason
This commit is contained in:
parent
bb6227281a
commit
3ff3417ff2
4 changed files with 48 additions and 12 deletions
|
@ -25,7 +25,7 @@ namespace transport
|
|||
{
|
||||
struct Packet
|
||||
{
|
||||
uint8_t buf[SSU2_MTU];
|
||||
uint8_t buf[SSU2_MAX_PACKET_SIZE];
|
||||
size_t len;
|
||||
boost::asio::ip::udp::endpoint from;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue