mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
delete expired ECIESX25519AEADRatchet sessions and tags
This commit is contained in:
parent
50450923df
commit
9c9b723cf5
4 changed files with 43 additions and 3 deletions
|
@ -401,6 +401,7 @@ namespace garlic
|
|||
|
||||
bool ECIESX25519AEADRatchetSession::HandleNextMessage (const uint8_t * buf, size_t len, int index)
|
||||
{
|
||||
m_LastActivityTimestamp = i2p::util::GetSecondsSinceEpoch ();
|
||||
switch (m_State)
|
||||
{
|
||||
case eSessionStateEstablished:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue