updated changelog
This commit is contained in:
parent
7d7e88b015
commit
b0271e993c
|
@ -1,3 +1,6 @@
|
||||||
|
* 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
|
||||||
* change peer_states to be a bitmask (bw_limit, bw_network, bw_disk)
|
* change peer_states to be a bitmask (bw_limit, bw_network, bw_disk)
|
||||||
* changed semantics of send_buffer_watermark_factor to be specified as a percentage
|
* changed semantics of send_buffer_watermark_factor to be specified as a percentage
|
||||||
* add incoming_connection_alert for logging all successful incoming connections
|
* add incoming_connection_alert for logging all successful incoming connections
|
||||||
|
|
Loading…
Reference in New Issue