mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
try manual expiration of tags
This commit is contained in:
parent
35b68db847
commit
7d03a41e3e
1 changed files with 2 additions and 0 deletions
|
@ -138,6 +138,8 @@ namespace datagram
|
|||
LogPrint(eLogInfo, "DatagramDestination: expiring idle session with ", ident.ToBase32());
|
||||
m_Sessions.erase(ident);
|
||||
}
|
||||
m_LocalDestination->CleanupExpiredTags();
|
||||
m_LocalDestination->CleanupUnconfirmedTags();
|
||||
ScheduleCleanup();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue