mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
send multiple messages
This commit is contained in:
@@ -23,8 +23,8 @@ namespace tunnel
|
||||
struct TunnelMessageBlock
|
||||
{
|
||||
TunnelDeliveryType deliveryType;
|
||||
uint32_t tunnelID;
|
||||
i2p::data::IdentHash hash;
|
||||
uint32_t tunnelID;
|
||||
I2NPMessage * data;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user