Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
CNodeStateStats Struct Reference
#include <net_processing.h>
Public Attributes | |
int | nMisbehavior |
int | nSyncHeight |
int | nCommonHeight |
std::vector< int > | vHeightInFlight |
Detailed Description
Definition at line 79 of file net_processing.h.
Member Data Documentation
◆ nCommonHeight
int CNodeStateStats::nCommonHeight |
Definition at line 82 of file net_processing.h.
Referenced by GetNodeStateStats(), getpeerinfo(), PeerTablePriv::refreshPeers(), and RPCConsole::updateNodeDetail().
◆ nMisbehavior
int CNodeStateStats::nMisbehavior |
Definition at line 80 of file net_processing.h.
Referenced by GetNodeStateStats(), getpeerinfo(), PeerTablePriv::refreshPeers(), and RPCConsole::updateNodeDetail().
◆ nSyncHeight
int CNodeStateStats::nSyncHeight |
Definition at line 81 of file net_processing.h.
Referenced by GetNodeStateStats(), getpeerinfo(), PeerTablePriv::refreshPeers(), and RPCConsole::updateNodeDetail().
◆ vHeightInFlight
std::vector<int> CNodeStateStats::vHeightInFlight |
Definition at line 83 of file net_processing.h.
Referenced by GetNodeStateStats(), and getpeerinfo().
The documentation for this struct was generated from the following file:
- src/net_processing.h