send multiple messages

This commit is contained in:
orignal 2014-01-20 18:37:51 -05:00
parent 91199a9053
commit 30ecf1ef8c
4 changed files with 28 additions and 10 deletions

View file

@ -4,6 +4,7 @@
#include <inttypes.h>
#include "Timestamp.h"
#include "I2NPProtocol.h"
#include "Identity.h"
namespace i2p
{
@ -23,7 +24,7 @@ namespace tunnel
{
TunnelDeliveryType deliveryType;
uint32_t tunnelID;
uint8_t hash[32];
i2p::data::IdentHash hash;
I2NPMessage * data;
};