add peer_info::progress
This commit is contained in:
@@ -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
|
||||
================
|
||||
|
||||
|
Reference in New Issue
Block a user