mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
- New tracker list (displays tracker status and error/warning messages)
This commit is contained in:
parent
8ada8d33c8
commit
ccdb2a82c3
10 changed files with 235 additions and 439 deletions
|
@ -153,6 +153,7 @@ class QTorrentHandle {
|
|||
void connect_peer(asio::ip::tcp::endpoint const& adr, int source = 0) const;
|
||||
void set_peer_upload_limit(asio::ip::tcp::endpoint ip, int limit) const;
|
||||
void set_peer_download_limit(asio::ip::tcp::endpoint ip, int limit) const;
|
||||
void add_tracker(announce_entry const& url);
|
||||
|
||||
//
|
||||
// Operators
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue