mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-31 04:44:13 +00:00
try manual expiration of tags
This commit is contained in:
parent
35b68db847
commit
7d03a41e3e
@ -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…
x
Reference in New Issue
Block a user