Changes between Initial Version and Version 1 of Ticket #2474, comment 1
- Timestamp:
- 07/07/2014 10:53:24 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2474, comment 1
initial v1 1 I'm afraid that patch is incorrect plus it is a lot more complicated than simply renaming the method call to libtorrent. 1 I'm afraid that patch is incorrect plus it is more complicated than simply renaming the method call to libtorrent. 2 3 From lt man: 4 > In order to add torrents more efficiently, consider using async_add_torrent() which returns immediately, without waiting for the torrent to add. Notification of the torrent being added is sent as add_torrent_alert.