From 8ada8d33c8fcab5d33d8895e920f0fd35db6ec01 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 19 Nov 2009 08:43:18 +0000 Subject: [PATCH] =?UTF-8?q?FEATURE:=20Announce=20to=20all=20trackers=20spe?= =?UTF-8?q?cified=20for=20a=20torrent=20(=C2=B5Torrent=20behavior)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Changelog | 1 + src/bittorrent.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Changelog b/Changelog index 63867b11a..7aaaaac4f 100644 --- a/Changelog +++ b/Changelog @@ -13,6 +13,7 @@ - FEATURE: Support per-peer rate limiting - FEATURE: Support peer manual ban - FEATURE: Display total amounts transferred in status bar + - FEATURE: Announce to all trackers specified for a torrent (µTorrent behavior) - FEATURE: Dropped Qt 4.3 support (Qt >= 4.4 is now required) - FEATURE: Added per-torrent super seeding mode (libtorrent >= v0.15 only) - FEATURE: Support for storing symbolic links in .torrent files (libtorrent >= v0.15 only) diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index 022ba4a08..d4d66d320 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -291,6 +291,8 @@ void bittorrent::configureSession() { } sessionSettings.upnp_ignore_nonrouters = true; sessionSettings.use_dht_as_fallback = false; + sessionSettings.announce_to_all_trackers = true; + sessionSettings.announce_to_all_tiers = true; //uTorrent behavior // To keep same behavior as in qbittorrent v1.2.0 sessionSettings.rate_limit_ip_overhead = false; // Queueing System