From ce89b00c18d092510570912d25e7bca4b2bfaf75 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 30 Mar 2008 15:48:45 +0000 Subject: [PATCH] documented list_peers and list_seeds --- docs/manual.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/manual.rst b/docs/manual.rst index c0706fb69..12cb30ec3 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -2096,6 +2096,9 @@ It contains the following fields:: int num_complete; int num_incomplete; + int list_seeds; + int list_peers; + int connect_candidates; const std::vector* pieces; @@ -2213,6 +2216,12 @@ not be available from all trackers. If these are not -1, they are the total number of peers that are seeding (complete) and the total number of peers that are still downloading (incomplete) this torrent. +``list_seeds`` and ``list_peers`` are the number of seeds in our peer list +and the total number of peers (including seeds) respectively. We are not +necessarily connected to all the peers in our peer list. This is the number +of peers we know of in total, including banned peers and peers that we have +failed to connect to. + ``connect_candidates`` is the number of peers in this torrent's peer list that is a candidate to be connected to. i.e. It has fewer connect attempts than the max fail count, it is not a seed if we are a seed, it is not banned