Merge pull request #3561 from pmzqla/proxy-torrent

Add an option to allow the use of proxies only for torrents
This commit is contained in:
sledgehammer999
2015-08-30 12:38:16 -05:00
6 changed files with 66 additions and 27 deletions

View File

@@ -246,6 +246,8 @@ public:
void setProxyPeerConnections(bool enabled);
bool getForceProxy() const;
void setForceProxy(bool enabled);
void setProxyOnlyForTorrents(bool enabled);
bool isProxyOnlyForTorrents() const;
// Bittorrent options
int getMaxConnecs() const;