forked from premiere/premiere-libtorrent
changed default choker behavior to use 8 unchoke slots (instead of being rate based)
This commit is contained in:
parent
0d196d3c84
commit
9b323c372d
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue