mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
download RouterInfo through HTTP
This commit is contained in:
parent
1afc493e90
commit
dc8dac51f7
2 changed files with 39 additions and 0 deletions
1
NetDb.h
1
NetDb.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue