Bitcoin ABC 0.30.5
P2P Digital Currency
|
POD that contains various stats about a node. More...
#include <net.h>
Public Attributes | |
NodeId | nodeid |
std::chrono::seconds | m_last_send |
std::chrono::seconds | m_last_recv |
std::chrono::seconds | m_last_tx_time |
std::chrono::seconds | m_last_proof_time |
std::chrono::seconds | m_last_block_time |
std::chrono::seconds | m_connected |
int64_t | nTimeOffset |
std::string | m_addr_name |
int | nVersion |
std::string | cleanSubVer |
bool | fInbound |
bool | m_bip152_highbandwidth_to |
bool | m_bip152_highbandwidth_from |
int | m_starting_height |
uint64_t | nSendBytes |
mapMsgCmdSize | mapSendBytesPerMsgCmd |
uint64_t | nRecvBytes |
mapMsgCmdSize | mapRecvBytesPerMsgCmd |
NetPermissionFlags | m_permission_flags |
std::chrono::microseconds | m_last_ping_time |
std::chrono::microseconds | m_min_ping_time |
std::string | addrLocal |
CAddress | addr |
CAddress | addrBind |
Network | m_network |
uint32_t | m_mapped_as |
ConnectionType | m_conn_type |
std::optional< double > | m_availabilityScore |
POD that contains various stats about a node.
Usually constructed from CConman::GetNodeStats. Stats are filled from the node using CNode::copyStats.
ConnectionType CNodeStats::m_conn_type |
NetPermissionFlags CNodeStats::m_permission_flags |
mapMsgCmdSize CNodeStats::mapRecvBytesPerMsgCmd |
mapMsgCmdSize CNodeStats::mapSendBytesPerMsgCmd |