- Display in tracker list the number of peers gotten from LSD/PeX/DHT

This commit is contained in:
Christophe Dumez
2009-11-21 15:18:09 +00:00
parent 3827a66a3a
commit 480d1b18db
4 changed files with 48 additions and 16 deletions

View File

@@ -121,6 +121,7 @@ public:
std::vector<torrent_handle> getTorrents() const;
bool isFilePreviewPossible(QString fileHash) const;
bool isDHTEnabled() const;
bool isLSDEnabled() const;
float getPayloadDownloadRate() const;
float getPayloadUploadRate() const;
session_status getSessionStatus() const;