Avoid redundant requests of announce entries from libtorrent

PR #21949.
This commit is contained in:
Vladimir Golovnev
2024-12-06 19:59:45 +03:00
committed by GitHub
parent 2d1c4fc809
commit a180162405
2 changed files with 9 additions and 19 deletions

View File

@@ -546,7 +546,6 @@ namespace BitTorrent
void populateAdditionalTrackers();
void enableIPFilter();
void disableIPFilter();
void processTrackerStatuses();
void processTorrentShareLimits(TorrentImpl *torrent);
void populateExcludedFileNamesRegExpList();
void prepareStartup();
@@ -610,7 +609,7 @@ namespace BitTorrent
void saveStatistics() const;
void loadStatistics();
void updateTrackerEntryStatuses(lt::torrent_handle torrentHandle, QHash<std::string, QHash<lt::tcp::endpoint, QMap<int, int>>> updatedTrackers);
void updateTrackerEntryStatuses(lt::torrent_handle torrentHandle);
void handleRemovedTorrent(const TorrentID &torrentID, const QString &partfileRemoveError = {});