updated client_test to use post_torrent_updates()

This commit is contained in:
Arvid Norberg
2011-12-23 05:36:13 +00:00
parent 2877903e75
commit d7103ab5b0
4 changed files with 138 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
* deprecate set_ratio(), and per-peer rate limits
* add web seed support for torrents with pad files
* introduced a more scalable API for torrent status updates (post_torrent_updates())
* introduced a more scalable API for torrent status updates (post_torrent_updates()) and updated client_test to use it
* updated the API to add_torrent_params turning all bools into flags of a flags field
* added async_add_torrent() function to significantly improve performance when
adding many torrents