*** empty log message ***
This commit is contained in:
@@ -557,6 +557,8 @@ It contains the following fields::
|
||||
float download_rate;
|
||||
float upload_rate;
|
||||
|
||||
int num_peers;
|
||||
|
||||
std::vector<bool> pieces;
|
||||
std::size_t total_done;
|
||||
};
|
||||
@@ -606,6 +608,8 @@ the pieces we don't have.
|
||||
torrent. These will usually have better precision than summing the rates from
|
||||
all peers. The rates are given as the number of bytes per second.
|
||||
|
||||
``num_peers`` is the number of peers this torrent currently is connected to.
|
||||
|
||||
``total_done`` is the total number of bytes of the file(s) that we have.
|
||||
|
||||
get_download_queue()
|
||||
|
Reference in New Issue
Block a user