fix broken build

This commit is contained in:
Jeff Becker 2016-08-27 16:13:11 -04:00
parent 2ce64e1bf5
commit 5685c376cb
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
2 changed files with 1 additions and 2 deletions

View File

@ -139,7 +139,6 @@ namespace datagram
m_Sessions.erase(ident);
}
m_Owner->CleanupExpiredTags();
m_Owner->CleanupUnconfirmedTags();
ScheduleCleanup();
}

View File

@ -21,7 +21,7 @@ namespace datagram
{
// seconds interval for cleanup timer
const int DATAGRAM_SESSION_CLEANUP_INTERVAL = 30;
const int DATAGRAM_SESSION_CLEANUP_INTERVAL = 3;
// milliseconds for max session idle time (10 minutes)
const uint64_t DATAGRAM_SESSION_MAX_IDLE = 3600 * 1000;