mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +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());
|
LogPrint(eLogInfo, "DatagramDestination: expiring idle session with ", ident.ToBase32());
|
||||||
m_Sessions.erase(ident);
|
m_Sessions.erase(ident);
|
||||||
}
|
}
|
||||||
|
m_LocalDestination->CleanupExpiredTags();
|
||||||
|
m_LocalDestination->CleanupUnconfirmedTags();
|
||||||
ScheduleCleanup();
|
ScheduleCleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue