I'm using lt::load_torrent_buffer to construct a lt::add_torrent_params from a torrent file and then adding it to the session. When I later check the source of the lt::announce_entry from torrent_handle.trackers(), it is source_magnet_link.
Is this expected behaviour?
I'm using
lt::load_torrent_bufferto construct alt::add_torrent_paramsfrom a torrent file and then adding it to the session. When I later check the source of thelt::announce_entryfromtorrent_handle.trackers(), it issource_magnet_link.Is this expected behaviour?