changed default choker behavior to use 8 unchoke slots (instead of being rate based)

This commit is contained in:
Arvid Norberg 2010-10-29 02:28:13 +00:00
parent 0d196d3c84
commit 9b323c372d
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@
* added more detailed instrumentation of the disk I/O thread
* changed default choker behavior to use 8 unchoke slots (instead of being rate based)
* fixed error reporting issue in disk I/O thread
* fixed file allocation issues on linux
* fixed filename encoding and decoding issue on platforms using iconv

View File

@ -137,7 +137,7 @@ namespace libtorrent
, auto_upload_slots(true)
, auto_upload_slots_rate_based(true)
#endif
, choking_algorithm(rate_based_choker)
, choking_algorithm(fixed_slot_choker)
, seed_choking_algorithm(round_robin)
, use_parole_mode(true)
, cache_size(1024)