mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
request LeaseSet through destination's tunnels
This commit is contained in:
parent
6af5fa3d27
commit
05148a2579
4 changed files with 9 additions and 9 deletions
2
NetDb.h
2
NetDb.h
|
@ -118,7 +118,7 @@ namespace data
|
|||
std::vector<RouterInfo *> m_Floodfills;
|
||||
std::mutex m_RequestedDestinationsMutex;
|
||||
std::map<IdentHash, RequestedDestination *> m_RequestedDestinations;
|
||||
std::set<IdentHash> m_Subscriptions;
|
||||
std::map<IdentHash, i2p::tunnel::TunnelPool *> m_Subscriptions;
|
||||
|
||||
bool m_IsRunning;
|
||||
int m_ReseedRetries;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue