download RouterInfo through HTTP

This commit is contained in:
orignal 2014-01-22 15:32:50 -05:00
parent 1afc493e90
commit dc8dac51f7
2 changed files with 39 additions and 0 deletions

View file

@ -76,6 +76,7 @@ namespace data
void Load (const char * directory);
void SaveUpdated (const char * directory);
void DownloadRouterInfo (const std::string& address, const std::string& filename); // for reseed
void Run (); // exploratory thread
void Explore ();
const RouterInfo * GetClosestFloodfill (const IdentHash& destination, const std::set<IdentHash>& excluded) const;