mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
don't return expired LeaseSet
This commit is contained in:
parent
c74db4b81c
commit
d8510ead43
2 changed files with 18 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue