send multiple messages

This commit is contained in:
orignal 2014-01-20 19:12:59 -05:00
parent 30ecf1ef8c
commit 0b079f4723
3 changed files with 36 additions and 15 deletions

View file

@ -23,8 +23,8 @@ namespace tunnel
struct TunnelMessageBlock
{
TunnelDeliveryType deliveryType;
uint32_t tunnelID;
i2p::data::IdentHash hash;
uint32_t tunnelID;
I2NPMessage * data;
};