*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-01-15 01:01:09 +00:00
parent a5f30a6478
commit fde3a47daa
4 changed files with 19 additions and 2 deletions

View File

@@ -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()