Per‐peer state statistics reported for diagnostics (e.g. getpeerinfo).
Synopsis
Declared in <net_processing.h>
struct CNodeStateStats;
Data Members
Name |
Description |
Number of addresses processed from this peer. |
|
Number of addresses dropped from this peer due to rate limiting. |
|
Whether address relay is enabled with this peer. |
|
Minimum fee rate this peer will accept for relayed transactions. |
|
Number of inventory items queued to send to this peer. |
|
Mempool sequence number as of the last inventory send. |
|
Time elapsed waiting for an outstanding ping reply. |
|
Whether transaction relay is enabled with this peer. |
|
Best block height known to be in common with this peer. |
|
Height up to which we have requested headers from this peer. |
|
Height reached during headers pre‐synchronization. |
|
Service flags advertised by this peer. |
|
Clock offset between us and this peer. |
|
Heights of the blocks currently in flight from this peer. |
Created with MrDocs