mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
explore 5 addresses at the time
This commit is contained in:
parent
d6b97670c4
commit
566909a50c
2 changed files with 45 additions and 34 deletions
2
NetDb.h
2
NetDb.h
|
@ -91,7 +91,7 @@ namespace data
|
|||
void Load (const char * directory);
|
||||
void SaveUpdated (const char * directory);
|
||||
void Run (); // exploratory thread
|
||||
void Explore ();
|
||||
void Explore (int numDestinations);
|
||||
void Publish ();
|
||||
void ValidateSubscriptions ();
|
||||
const RouterInfo * GetClosestFloodfill (const IdentHash& destination, const std::set<IdentHash>& excluded) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue