Reported statistics about a single peer connection.
Synopsis
Declared in <net.h>
class CNodeStats;
Data Members
Name |
Description |
Address of this peer. |
|
Bind address of our side of the connection. |
|
Our address, as reported by the peer. |
|
Sanitized user agent string reported by the peer. |
|
Whether the connection is inbound. |
|
Human‐readable address or hostname of the peer. |
|
This peer requested a high bandwidth (BIP152) connection from us. |
|
We requested a high bandwidth (BIP152) connection to this peer. |
|
Type of this connection (inbound, outbound full relay, etc.). |
|
Time the connection was established. |
|
Time of the last block received from this peer. |
|
Most recent measured ping round‐trip time. |
|
Time of the last receive from this peer. |
|
Time of the last send to this peer. |
|
Time of the last transaction received from this peer. |
|
Autonomous system number the peer maps to, if known. |
|
Lowest ping round‐trip time measured for this peer. |
|
Network the peer connected through. |
|
Permission flags granted to this peer. |
|
BIP324 session id string in hex, if any. |
|
Transport protocol type. |
|
Bytes received from this peer, broken down by message type. |
|
Bytes sent to this peer, broken down by message type. |
|
Total number of bytes received from this peer. |
|
Total number of bytes sent to this peer. |
|
Protocol version advertised by the peer. |
|
Unique identifier of the peer. |
Created with MrDocs