mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
manage non-reponded database requests
This commit is contained in:
parent
afd69e4afd
commit
78c06bdd22
2 changed files with 52 additions and 13 deletions
3
NetDb.h
3
NetDb.h
|
@ -94,9 +94,10 @@ namespace data
|
|||
void Load (const char * directory);
|
||||
void SaveUpdated (const char * directory);
|
||||
void Run (); // exploratory thread
|
||||
void Explore (int numDestinations);
|
||||
void Explore (int numDestinations);
|
||||
void Publish ();
|
||||
void ManageLeaseSets ();
|
||||
void ManageRequests ();
|
||||
|
||||
RequestedDestination * CreateRequestedDestination (const IdentHash& dest,
|
||||
bool isLeaseSet, bool isExploratory = false, i2p::tunnel::TunnelPool * pool = nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue