explore 5 addresses at the time

This commit is contained in:
orignal 2014-06-16 22:30:34 -04:00
parent d6b97670c4
commit 566909a50c
2 changed files with 45 additions and 34 deletions

View file

@ -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;