![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <net_processing.h>
Public Attributes | |
int | nMisbehavior |
int | nSyncHeight |
int | nCommonHeight |
std::vector< int > | vHeightInFlight |
Definition at line 33 of file net_processing.h.
int CNodeStateStats::nCommonHeight |
Definition at line 36 of file net_processing.h.
Referenced by GetNodeStateStats(), getpeerinfo(), PeerTablePriv::refreshPeers(), and RPCConsole::updateNodeDetail().
int CNodeStateStats::nMisbehavior |
Definition at line 34 of file net_processing.h.
Referenced by GetNodeStateStats(), getpeerinfo(), PeerTablePriv::refreshPeers(), and RPCConsole::updateNodeDetail().
int CNodeStateStats::nSyncHeight |
Definition at line 35 of file net_processing.h.
Referenced by GetNodeStateStats(), getpeerinfo(), PeerTablePriv::refreshPeers(), and RPCConsole::updateNodeDetail().
std::vector<int> CNodeStateStats::vHeightInFlight |
Definition at line 37 of file net_processing.h.
Referenced by GetNodeStateStats(), and getpeerinfo().