mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
update RouterInfo if congestion cap changed
This commit is contained in:
parent
6d7f20961f
commit
46e4f4aea5
3 changed files with 6 additions and 3 deletions
|
@ -332,7 +332,7 @@ namespace data
|
|||
LocalRouterInfo (const std::string& fullPath);
|
||||
void CreateBuffer (const PrivateKeys& privateKeys);
|
||||
void UpdateCaps (uint8_t caps);
|
||||
void SetHighCongestion (bool highCongestion);
|
||||
bool SetHighCongestion (bool highCongestion); // returns true if updated
|
||||
|
||||
void SetProperty (const std::string& key, const std::string& value) override;
|
||||
void DeleteProperty (const std::string& key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue