mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Revise DHT bootstrap node list
Discussion: https://github.com/qbittorrent/qBittorrent/pull/21296#issuecomment-2562341328 https://github.com/qbittorrent/qBittorrent/pull/21296#issuecomment-2561373010 PR #22081.
This commit is contained in:
@@ -119,7 +119,7 @@ namespace
|
|||||||
{
|
{
|
||||||
const char PEER_ID[] = "qB";
|
const char PEER_ID[] = "qB";
|
||||||
const auto USER_AGENT = QStringLiteral("qBittorrent/" QBT_VERSION_2);
|
const auto USER_AGENT = QStringLiteral("qBittorrent/" QBT_VERSION_2);
|
||||||
const QString DEFAULT_DHT_BOOTSTRAP_NODES = u"dht.libtorrent.org:25401, dht.transmissionbt.com:6881, router.silotis.us:6881"_s;
|
const QString DEFAULT_DHT_BOOTSTRAP_NODES = u"dht.libtorrent.org:25401, dht.transmissionbt.com:6881, router.bittorrent.com:6881"_s;
|
||||||
|
|
||||||
void torrentQueuePositionUp(const lt::torrent_handle &handle)
|
void torrentQueuePositionUp(const lt::torrent_handle &handle)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user