forked from premiere/premiere-libtorrent
*** empty log message ***
This commit is contained in:
parent
029e185a1e
commit
f3c77bb59b
|
@ -39,9 +39,10 @@ The current state includes the following features:
|
||||||
* queues torrents for file check, instead of checking all of them in parallel.
|
* queues torrents for file check, instead of checking all of them in parallel.
|
||||||
* uses separate threads for checking files and for main downloader, with a fool-proof
|
* uses separate threads for checking files and for main downloader, with a fool-proof
|
||||||
thread-safe library interface. (i.e. There's no way for the user to cause a deadlock).
|
thread-safe library interface. (i.e. There's no way for the user to cause a deadlock).
|
||||||
* can limit the upload bandwidth usage
|
* can limit the upload bandwidth usage and the maximum number of unchoked peers
|
||||||
* piece-wise file allocation
|
* piece-wise file allocation
|
||||||
* upload rate limit, balanced depending on download speed and upload bandwidth
|
* tries to maintain a 1:1 share ratio between all peers but also shifts free
|
||||||
|
download to peers as free upload. To maintain a global 1:1 ratio.
|
||||||
|
|
||||||
__ http://home.elp.rr.com/tur/multitracker-spec.txt
|
__ http://home.elp.rr.com/tur/multitracker-spec.txt
|
||||||
.. _Azureus: http://azureus.sourceforge.net
|
.. _Azureus: http://azureus.sourceforge.net
|
||||||
|
|
Loading…
Reference in New Issue