- qBittorrent can now listen on ports < 1024 (must be root)

This commit is contained in:
Christophe Dumez
2010-01-20 09:54:51 +00:00
parent 45eaf7ce58
commit 454c093033
4 changed files with 22 additions and 13 deletions

View File

@@ -545,7 +545,7 @@ public:
static int getDHTPort() {
QSettings settings("qBittorrent", "qBittorrent");
return settings.value(QString::fromUtf8("Preferences/Bittorrent/DHTPort"), 6882).toInt();
return settings.value(QString::fromUtf8("Preferences/Bittorrent/DHTPort"), 6881).toInt();
}
static bool isLSDEnabled() {