mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
handle DeliveryStatus message
This commit is contained in:
parent
0d9cc12521
commit
869479e566
4 changed files with 83 additions and 40 deletions
|
@ -26,6 +26,11 @@ namespace i2p
|
|||
uint32_t replyToken;
|
||||
};
|
||||
|
||||
struct I2NPDeliveryStatusMsg
|
||||
{
|
||||
uint32_t msgID;
|
||||
uint64_t timestamp;
|
||||
};
|
||||
|
||||
struct I2NPBuildRequestRecordClearText
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue