7 ms·
Don't quote me on it, but I think this would be possible with v2 of the protocol. Changes were made so that file hashes are also part of the protocol (in additi
by v64 3y ago
Don't quote me on it, but I think this would be possible with v2 of the protocol. Changes were made so that file hashes are also part of the protocol (in addition to piece hashes), so versions of the torrent with added files would not change the hashes of the existing files, enabling users with older versions of the torrent metadata to still join the current swarm and get information on the new files.
- londons_explore 3y agoThis is the case, but with fairly severe caveats. There is no way for a client who wants to download a dead/unhealthy torrent to find other healthier torrents containing the same file(s). You'd need some kind of central torrent directory to be able to do this, because the DHT has no way to search for torrents containing a file hash. Torrent swarms still aren't a good way to do distributed archiving.