mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
don't request banned router
This commit is contained in:
parent
6ba42a0912
commit
f1058410fb
3 changed files with 14 additions and 2 deletions
|
@ -87,6 +87,7 @@ namespace data
|
|||
};
|
||||
|
||||
std::shared_ptr<RouterProfile> GetRouterProfile (const IdentHash& identHash);
|
||||
bool IsRouterBanned (const IdentHash& identHash); // check only existing profiles
|
||||
void InitProfilesStorage ();
|
||||
void DeleteObsoleteProfiles ();
|
||||
void SaveProfiles ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue