Handle more torrent conflicts

PR #17668.
This is a continuation of #17576.
Handles the case when you add hybrid torrent by v1-only magnet link and this torrent is already known by its full hybrid info hash (i.e. by both v1 and v2 info hashes).
This commit is contained in:
Vladimir Golovnev
2022-09-05 06:22:42 +03:00
committed by GitHub
parent 4318de6dc5
commit 5cf6b1cbde
4 changed files with 88 additions and 35 deletions

View File

@@ -60,6 +60,7 @@ namespace BitTorrent
class InfoHash;
class MagnetUri;
class Torrent;
class TorrentID;
class TorrentInfo;
struct CacheStatus;
struct SessionStatus;