handle DeliveryStatus message

This commit is contained in:
orignal 2014-01-17 08:12:57 -05:00
parent 0d9cc12521
commit 869479e566
4 changed files with 83 additions and 40 deletions

View file

@ -26,6 +26,11 @@ namespace i2p
uint32_t replyToken;
};
struct I2NPDeliveryStatusMsg
{
uint32_t msgID;
uint64_t timestamp;
};
struct I2NPBuildRequestRecordClearText
{