Vladimir Golovnev
Vladimir Golovnev
Backport of #6897 for RC_1_2 branch.
Backport of #6867 for RC_1_2 branch.
The list of torrent's trackers is inconsistently handled. In some places the duplicated URLs are disallowed while in other ones there are no such checking so there can be duplicated...
It is impossible to match an tracker alert to a specific source (i.e. `announce_infohash`) with which it is associated. Currently `tracker_alert` has only `tracker_url` and `local_endpoint` fields that aren't enough...
Currently libtorrent sees the resume data only as a hint that can save some of the work done before. If something is wrong with it, libtorrent blindly discards it and...
libtorrent version (or branch): both v1.2.x and v2.0.x platform/architecture: any compiler and compiler version: any When receiving some data from libtorrent using synchronous calls (for example, using some kind of...
This is not explicitly stated in the documentation, or I could not find it there (in that case, point your finger there for me, please). How is it supposed to...