From 5acf0901ec1721ff701ed3429e4f10d6106ff5a9 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 22 Aug 2007 17:49:29 +0000 Subject: [PATCH] explained session_status::num_peers in greater detail --- docs/manual.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/manual.rst b/docs/manual.rst index 40314773b..2c9d22d9d 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -403,7 +403,11 @@ versions is the payload download only. uploaded to and from all torrents. ``total_payload_download`` and ``total_payload_upload`` are the same thing but where only the payload is considered. -``num_peers`` is the total number of peer connections this session have. +``num_peers`` is the total number of peer connections this session has. This includes +incoming connections that still hasn't sent their handshake or outgoing connections +that still hasn't completed the TCP connection. This number may be slightly higher +than the sum of all peers of all torrents because the incoming connections may not +be assigned a torrent yet. ``dht_nodes``, ``dht_cache_nodes`` and ``dht_torrents`` are only available when built with DHT support. They are all set to 0 if the DHT isn't running. When