PIVX Core  5.6.99
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
 
uint64_t m_addr_processed = 0
 
uint64_t m_addr_rate_limited = 0
 

Detailed Description

Definition at line 62 of file net_processing.h.

Member Data Documentation

◆ m_addr_processed

uint64_t CNodeStateStats::m_addr_processed = 0

Definition at line 67 of file net_processing.h.

◆ m_addr_rate_limited

uint64_t CNodeStateStats::m_addr_rate_limited = 0

Definition at line 68 of file net_processing.h.

◆ nCommonHeight

int CNodeStateStats::nCommonHeight

Definition at line 65 of file net_processing.h.

◆ nMisbehavior

int CNodeStateStats::nMisbehavior

Definition at line 63 of file net_processing.h.

◆ nSyncHeight

int CNodeStateStats::nSyncHeight

Definition at line 64 of file net_processing.h.

◆ vHeightInFlight

std::vector<int> CNodeStateStats::vHeightInFlight

Definition at line 66 of file net_processing.h.


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