mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
FEATURE: Metadata download from swarm is now compatible with µtorrent
FEATURE: Support tracker exchange between peers Updated Changelog
This commit is contained in:
parent
b00eeef04d
commit
1cc6086468
2 changed files with 12 additions and 1 deletions
|
@ -76,8 +76,9 @@ bittorrent::bittorrent() : DHTEnabled(false), preAllocateAll(false), addInPause(
|
|||
// Load previous state
|
||||
loadSessionState();
|
||||
// Enabling plugins
|
||||
s->add_extension(&create_metadata_plugin);
|
||||
//s->add_extension(&create_metadata_plugin);
|
||||
s->add_extension(&create_ut_metadata_plugin);
|
||||
s->add_extension(create_lt_trackers_plugin);
|
||||
s->add_extension(&create_ut_pex_plugin);
|
||||
s->add_extension(&create_smart_ban_plugin);
|
||||
timerAlerts = new QTimer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue