cleanup incoming and outgoing tags together

This commit is contained in:
orignal 2016-02-07 17:45:11 -05:00
parent 4c6ef32d72
commit 76096747b6
3 changed files with 21 additions and 27 deletions

View file

@ -664,7 +664,7 @@ namespace client
{
if (ecode != boost::asio::error::operation_aborted)
{
CleanupRoutingSessions ();
CleanupExpiredTags ();
CleanupRemoteLeaseSets ();
m_CleanupTimer.expires_from_now (boost::posix_time::minutes (DESTINATION_CLEANUP_TIMEOUT));
m_CleanupTimer.async_wait (std::bind (&ClientDestination::HandleCleanupTimer,