Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
CNodeStateStats Struct Reference

#include <net_processing.h>

Public Attributes

int nMisbehavior
 
int nSyncHeight
 
int nCommonHeight
 
std::vector< int > vHeightInFlight
 

Detailed Description

Definition at line 72 of file net_processing.h.

Member Data Documentation

int CNodeStateStats::nCommonHeight

Definition at line 75 of file net_processing.h.

int CNodeStateStats::nMisbehavior

Definition at line 73 of file net_processing.h.

int CNodeStateStats::nSyncHeight

Definition at line 74 of file net_processing.h.

std::vector<int> CNodeStateStats::vHeightInFlight

Definition at line 76 of file net_processing.h.


The documentation for this struct was generated from the following file: