updated docs with regard to recent implementation of distributed copies
This commit is contained in:
@@ -1881,8 +1881,9 @@ pieces that have more copies than the rarest piece(s). For example: 2.5 would
|
||||
mean that the rarest pieces have only 2 copies among the peers this torrent is
|
||||
connected to, and that 50% of all the pieces have more than two copies.
|
||||
|
||||
If sequenced download is activated (see torrent_handle_), the distributed
|
||||
copies will be saturated at the ``sequenced_download_threshold``.
|
||||
If we are a seed, the piece picker is deallocated as an optimization, and
|
||||
piece availability is no longer tracked. In this case the distributed
|
||||
copies is set to -1.
|
||||
|
||||
``block_size`` is the size of a block, in bytes. A block is a sub piece, it
|
||||
is the number of bytes that each piece request asks for and the number of
|
||||
|
Reference in New Issue
Block a user