*** empty log message ***

This commit is contained in:
Magnus Jonsson
2004-01-14 16:22:49 +00:00
parent 0d96e09410
commit 3c884e72b4
4 changed files with 19 additions and 3 deletions

View File

@@ -677,6 +677,7 @@ fields::
int load_balancing;
int download_queue_length;
int upload_queue_length;
int downloading_piece_index;
int downloading_block_index;
@@ -739,9 +740,13 @@ this member says how much *extra* free upload this peer has got. If it is a nega
number it means that this was a peer from which we have got this amount of free
download.
``download_queue_length`` is the number of block-requests we have sent to this peer
``download_queue_length`` is the number of piece-requests we have sent to this peer
that hasn't been answered with a piece yet.
``upload_queue_length`` is the number of piece-requests we have received from this peer
that we haven't answered with a piece yet.
You can know which piece, and which part of that piece, that is currently being
downloaded from a specific peer by looking at the next four members.
``downloading_piece_index`` is the index of the piece that is currently being downloaded.