Browse Source

expire tags

pull/628/head
Jeff Becker 8 years ago
parent
commit
f4d1b87f73
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 1
      Datagram.cpp

1
Datagram.cpp

@ -146,6 +146,7 @@ namespace datagram @@ -146,6 +146,7 @@ namespace datagram
LogPrint(eLogInfo, "DatagramDestination: expiring idle session with ", ident.ToBase32());
m_Sessions.erase(ident);
}
m_Owner->CleanupExpiredTags();
ScheduleCleanup();
}

Loading…
Cancel
Save