- FEATURE: Added an option to set the max number of connections per torrent

- FEATURE: Added an option to set the max number of uploads per torrent
This commit is contained in:
Christophe Dumez 2007-09-09 07:44:22 +00:00
commit 078c80c81d
9 changed files with 619 additions and 2122 deletions

View file

@ -96,6 +96,7 @@ class QTorrentHandle {
void remove_url_seed(QString seed);
void add_url_seed(QString seed);
void set_max_uploads(int val);
void set_max_connections(int val);
void prioritize_files(std::vector<int> v);
void set_ratio(float ratio) const;
void replace_trackers(std::vector<announce_entry> const&) const;