don't return expired LeaseSet

This commit is contained in:
orignal 2016-10-25 14:07:34 -04:00
parent c74db4b81c
commit d8510ead43
2 changed files with 18 additions and 8 deletions

View file

@ -131,6 +131,7 @@ namespace client
std::map<i2p::data::IdentHash, std::shared_ptr<LeaseSetRequest> > m_LeaseSetRequests;
std::shared_ptr<i2p::tunnel::TunnelPool> m_Pool;
std::mutex m_LeaseSetMutex;
std::shared_ptr<i2p::data::LocalLeaseSet> m_LeaseSet;
bool m_IsPublic;
uint32_t m_PublishReplyToken;