mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
try manual expiration of tags
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user