Tweak peers docs
This commit is contained in:
parent
569b81a1cd
commit
be4036b9e4
@ -75,7 +75,6 @@ A typical result is as follows (with annotated comments)::
|
|||||||
"logged": 0, # The number of sessions being logged
|
"logged": 0, # The number of sessions being logged
|
||||||
"paused": 0, # The number of paused sessions
|
"paused": 0, # The number of paused sessions
|
||||||
"peers": { # Various categories of server peers
|
"peers": { # Various categories of server peers
|
||||||
# as determined by :ref:`Peer Discovery`
|
|
||||||
"bad": 0, # Not responding or invalid height etc.
|
"bad": 0, # Not responding or invalid height etc.
|
||||||
"good": 28, # Responding with good data
|
"good": 28, # Responding with good data
|
||||||
"never": 0, # Never managed to connect
|
"never": 0, # Never managed to connect
|
||||||
@ -97,6 +96,8 @@ is disconnected.
|
|||||||
|
|
||||||
:ref:`logging <session logging>` of sessions can be enabled by RPC.
|
:ref:`logging <session logging>` of sessions can be enabled by RPC.
|
||||||
|
|
||||||
|
For more information on peers see :ref:`here <peers>`.
|
||||||
|
|
||||||
Clients that are slow to consume data sent to them are :dfn:`paused`
|
Clients that are slow to consume data sent to them are :dfn:`paused`
|
||||||
until their socket buffer drains sufficiently, at which point
|
until their socket buffer drains sufficiently, at which point
|
||||||
processing of requests resumes.
|
processing of requests resumes.
|
||||||
@ -141,6 +142,8 @@ The return value shows this command turned off logging for sesssions
|
|||||||
0, 1 and 2. It was turned on for sessions 3 and 4, and there was no
|
0, 1 and 2. It was turned on for sessions 3 and 4, and there was no
|
||||||
session 5.
|
session 5.
|
||||||
|
|
||||||
|
.. _peers:
|
||||||
|
|
||||||
peers
|
peers
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user