mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
check I2NP messages fro expiration
This commit is contained in:
parent
eb2d68fc28
commit
9611f80a39
5 changed files with 22 additions and 3 deletions
|
@ -196,6 +196,7 @@ namespace tunnel
|
|||
|
||||
void FillI2NPMessageHeader (I2NPMessageType msgType, uint32_t replyMsgID = 0);
|
||||
void RenewI2NPMessageHeader ();
|
||||
bool IsExpired () const;
|
||||
};
|
||||
|
||||
template<int sz>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue