delete expired ECIESX25519AEADRatchet sessions and tags

This commit is contained in:
orignal 2020-02-20 15:44:09 -05:00
parent 50450923df
commit 9c9b723cf5
4 changed files with 43 additions and 3 deletions

View file

@ -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: