Michael Mckeown
2016-11-05 13:59:58 UTC
Hi,
When making a torrent where is the correct point to use set_file_hash()?
is it the case that when breaking a file up into pieces the hash of the
file is already calculated so that you don't need to do it again? none
of the examples appear to use set_file_hash().
Also for torrents that are created without storing the file hash does
Libtorrent add the hash to the torrent_info->torrent_file ( ) hash
property once it becomes aware of the file has or once the file is
complete is this a manual job?
Thanks.
When making a torrent where is the correct point to use set_file_hash()?
is it the case that when breaking a file up into pieces the hash of the
file is already calculated so that you don't need to do it again? none
of the examples appear to use set_file_hash().
Also for torrents that are created without storing the file hash does
Libtorrent add the hash to the torrent_info->torrent_file ( ) hash
property once it becomes aware of the file has or once the file is
complete is this a manual job?
Thanks.