- New peers can manually be added to a torrent

This commit is contained in:
Christophe Dumez 2009-11-17 11:46:43 +00:00
commit 94f3323270
10 changed files with 265 additions and 2 deletions

View file

@ -109,6 +109,7 @@ class QTorrentHandle {
QStringList files_path() const;
int num_uploads() const;
bool is_seed() const;
bool is_checking() const;
bool is_auto_managed() const;
qlonglong active_time() const;
qlonglong seeding_time() const;
@ -145,6 +146,7 @@ class QTorrentHandle {
void move_storage(QString path) const;
void super_seeding(bool on) const;
void resolve_countries(bool r);
void connect_peer(asio::ip::tcp::endpoint const& adr, int source = 0) const;
//
// Operators