mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
send multiple messages
This commit is contained in:
parent
91199a9053
commit
30ecf1ef8c
4 changed files with 28 additions and 10 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue