mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 04:24:23 +00:00
FEATURE: Announce to all trackers specified for a torrent (µTorrent behavior)
This commit is contained in:
parent
ac279979fb
commit
8ada8d33c8
@ -13,6 +13,7 @@
|
|||||||
- FEATURE: Support per-peer rate limiting
|
- FEATURE: Support per-peer rate limiting
|
||||||
- FEATURE: Support peer manual ban
|
- FEATURE: Support peer manual ban
|
||||||
- FEATURE: Display total amounts transferred in status bar
|
- 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: Dropped Qt 4.3 support (Qt >= 4.4 is now required)
|
||||||
- FEATURE: Added per-torrent super seeding mode (libtorrent >= v0.15 only)
|
- FEATURE: Added per-torrent super seeding mode (libtorrent >= v0.15 only)
|
||||||
- FEATURE: Support for storing symbolic links in .torrent files (libtorrent >= v0.15 only)
|
- FEATURE: Support for storing symbolic links in .torrent files (libtorrent >= v0.15 only)
|
||||||
|
@ -291,6 +291,8 @@ void bittorrent::configureSession() {
|
|||||||
}
|
}
|
||||||
sessionSettings.upnp_ignore_nonrouters = true;
|
sessionSettings.upnp_ignore_nonrouters = true;
|
||||||
sessionSettings.use_dht_as_fallback = false;
|
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
|
// To keep same behavior as in qbittorrent v1.2.0
|
||||||
sessionSettings.rate_limit_ip_overhead = false;
|
sessionSettings.rate_limit_ip_overhead = false;
|
||||||
// Queueing System
|
// Queueing System
|
||||||
|
Loading…
x
Reference in New Issue
Block a user