mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-12 17:16:53 +02:00
don't calculate checsum for Data message send through ECIESX25519AEADRatchet session
This commit is contained in:
parent
c49e544781
commit
e301387896
6 changed files with 15 additions and 11 deletions
|
@ -105,6 +105,7 @@ namespace garlic
|
|||
virtual std::shared_ptr<I2NPMessage> WrapSingleMessage (std::shared_ptr<const I2NPMessage> msg) = 0;
|
||||
virtual bool CleanupUnconfirmedTags () { return false; }; // for I2CP, override in ElGamalAESSession
|
||||
virtual bool MessageConfirmed (uint32_t msgID);
|
||||
virtual bool IsRatchets () const { return false; };
|
||||
|
||||
void SetLeaseSetUpdated ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue