add peer_info::progress

This commit is contained in:
Andrew Resch
2008-09-25 20:39:06 +00:00
parent a3751cfcbe
commit 4189e0b697
4 changed files with 9 additions and 0 deletions

View File

@@ -2687,6 +2687,7 @@ It contains the following fields::
int download_rate_peak;
int upload_rate_peak;
float progress;
};
The ``flags`` attribute tells you in which state the peer is. It is set to
@@ -2906,6 +2907,8 @@ estimated by timing the the tcp ``connect()``. It may be 0 for incoming connecti
rates seen on this connection. They are given in bytes per second. This number is
reset to 0 on reconnect.
``progress`` is the progress of the peer.
session_settings
================