Making alternate download/upload configuration behave like global download/upload configuration so as to allow boundless down/up

This commit is contained in:
LazyBui
2015-05-13 00:59:16 -05:00
parent 2c1d76c87f
commit 23ec562375
3 changed files with 137 additions and 61 deletions

View File

@@ -118,6 +118,7 @@ private:
int getPort() const;
bool isUPnPEnabled() const;
QPair<int,int> getGlobalBandwidthLimits() const;
QPair<int,int> getAltGlobalBandwidthLimits() const;
// Bittorrent options
int getMaxConnecs() const;
int getMaxConnecsPerTorrent() const;