clean up expired LeaseSets

This commit is contained in:
orignal 2015-01-28 14:20:28 -05:00
parent 192a08b5bf
commit 2ed69ef602
3 changed files with 17 additions and 1 deletions

View file

@ -111,6 +111,7 @@ namespace client
bool SendLeaseSetRequest (const i2p::data::IdentHash& dest, std::shared_ptr<const i2p::data::RouterInfo> nextFloodfill, LeaseSetRequest * request);
void HandleRequestTimoutTimer (const boost::system::error_code& ecode, const i2p::data::IdentHash& dest);
void HandleCleanupTimer (const boost::system::error_code& ecode);
void CleanupRemoteLeaseSets ();
private: