Store minimal metadata for "restore torrent" purposes (#15191)
commited4570cb4d157bb9dee53337841e2bb20ce73ed1
authorVladimir Golovnev <glassez@yandex.ru>
Mon, 19 Jul 2021 04:59:06 +0000 (19 07:59 +0300)
committerGitHub <noreply@github.com>
Mon, 19 Jul 2021 04:59:06 +0000 (19 07:59 +0300)
tree6ff4c763ea06186d3a65b071790a8238b015ced2
parent01d851440bc5f4b5dd913d94cea048ea184656dd
Store minimal metadata for "restore torrent" purposes (#15191)

We can no longer save valid torrent files in the general case, because
for torrents of version 2, we need a full merkle tree to do it, but if
a torrent is added from magnet link, full merkle tree may not be available
even before the end of downloading all the data. Actually, we don't need
the full torrent file for the purposes of resuming the torrent, so we can
allow libtorrent to produce only a minimal part of the metadata as part
complete resume data, but we still want to store it in a separate file,
so we extract the resulting metadata from the complete resume data before
saving and merge it together before loading.
src/base/bittorrent/bencoderesumedatastorage.cpp
src/base/bittorrent/bencoderesumedatastorage.h
src/base/bittorrent/dbresumedatastorage.cpp