added has_incoming to torrent_status per #315

This commit is contained in:
Arvid Norberg
2008-06-05 18:19:03 +00:00
parent 59c8a74ba8
commit bcc24bf831
5 changed files with 640 additions and 617 deletions

View File

@@ -2228,6 +2228,8 @@ It contains the following fields::
int seed_rank;
int last_scrape;
bool has_incoming;
};
``progress`` is a value in the range [0, 1], that represents the progress of the
@@ -2410,6 +2412,9 @@ to seed ratio from the tracker scrape. For more information, see queuing_.
``last_scrape`` is the number of seconds since this torrent acquired scrape data.
If it has never done that, this value is -1.
``has_incoming`` is true if there has ever been an incoming connection attempt
to this torrent.'
peer_info
=========