From 44e92a7f3d48e34fcd53fd2927d3d3b01ac044d0 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 16 Oct 2011 11:30:50 +0300 Subject: [PATCH] Update DHT bootstrap nodes (cherry picked from commit 33325cdfee2289f87c573d7ae8cb455fb324f202) --- src/qtlibtorrent/qbtsession.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/qtlibtorrent/qbtsession.cpp b/src/qtlibtorrent/qbtsession.cpp index 532ec1223..96b099c5a 100644 --- a/src/qtlibtorrent/qbtsession.cpp +++ b/src/qtlibtorrent/qbtsession.cpp @@ -1562,9 +1562,8 @@ bool QBtSession::enableDHT(bool b) { #endif s->add_dht_router(std::make_pair(std::string("router.bittorrent.com"), 6881)); s->add_dht_router(std::make_pair(std::string("router.utorrent.com"), 6881)); - s->add_dht_router(std::make_pair(std::string("router.bitcomet.com"), 6881)); s->add_dht_router(std::make_pair(std::string("dht.transmissionbt.com"), 6881)); - s->add_dht_router(std::make_pair(std::string("dht.aelitis.com "), 6881)); // Vuze + s->add_dht_router(std::make_pair(std::string("dht.aelitis.com"), 6881)); // Vuze DHTEnabled = true; qDebug("DHT enabled"); }catch(std::exception e) {