* set bw limits thru i2pcontrol (#461) (experimental)

This commit is contained in:
hagen 2016-04-05 00:00:00 +00:00
parent cc55335a8d
commit f63dd75f08
2 changed files with 22 additions and 0 deletions

View file

@ -94,6 +94,8 @@ namespace client
// NetworkSetting
typedef void (I2PControlService::*NetworkSettingRequestHandler)(const std::string& value, std::ostringstream& results);
void InboundBandwidthLimit (const std::string& value, std::ostringstream& results);
void OutboundBandwidthLimit (const std::string& value, std::ostringstream& results);
private: