mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
create new ratchets session if previous was not replied
This commit is contained in:
parent
56f3bdd746
commit
c400372a79
3 changed files with 3 additions and 1 deletions
|
@ -114,6 +114,7 @@ namespace garlic
|
|||
virtual bool CleanupUnconfirmedTags () { return false; }; // for I2CP, override in ElGamalAESSession
|
||||
virtual bool MessageConfirmed (uint32_t msgID);
|
||||
virtual bool IsRatchets () const { return false; };
|
||||
virtual bool IsReadyToSend () const { return true; };
|
||||
virtual uint64_t GetLastActivityTimestamp () const { return 0; }; // non-zero for rathets only
|
||||
|
||||
void SetLeaseSetUpdated ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue