BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Public Attributes | List of all members
CNodeStateStats Struct Reference

#include <net_processing.h>

Public Attributes

int nMisbehavior = 0
 
int nSyncHeight = -1
 
int nCommonHeight = -1
 
std::vector< int > vHeightInFlight
 

Detailed Description

Definition at line 80 of file net_processing.h.

Member Data Documentation

◆ nCommonHeight

int CNodeStateStats::nCommonHeight = -1

Definition at line 83 of file net_processing.h.

◆ nMisbehavior

int CNodeStateStats::nMisbehavior = 0

Definition at line 81 of file net_processing.h.

◆ nSyncHeight

int CNodeStateStats::nSyncHeight = -1

Definition at line 82 of file net_processing.h.

◆ vHeightInFlight

std::vector<int> CNodeStateStats::vHeightInFlight

Definition at line 84 of file net_processing.h.


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