mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
remove tag after tagset expiration
This commit is contained in:
parent
b1262d54de
commit
aedcd1bcc0
2 changed files with 7 additions and 2 deletions
|
@ -107,7 +107,7 @@ namespace garlic
|
|||
|
||||
bool ReceiveRatchetTagSet::IsIndexExpired (int index) const
|
||||
{
|
||||
return index < m_TrimBehindIndex || !m_Session || m_Session->IsTerminated ();
|
||||
return index < m_TrimBehindIndex;
|
||||
}
|
||||
|
||||
bool ReceiveRatchetTagSet::HandleNextMessage (uint8_t * buf, size_t len, int index)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue