Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
CNodeStateStats Struct Reference

#include <net_processing.h>

Public Attributes

int nSyncHeight = -1
 
int nCommonHeight = -1
 
int m_starting_height = -1
 
std::chrono::microseconds m_ping_wait
 
std::vector< int > vHeightInFlight
 
bool m_relay_txs
 
CAmount m_fee_filter_received
 
uint64_t m_addr_processed = 0
 
uint64_t m_addr_rate_limited = 0
 
bool m_addr_relay_enabled {false}
 
ServiceFlags their_services
 
int64_t presync_height {-1}
 

Detailed Description

Definition at line 31 of file net_processing.h.

Member Data Documentation

◆ m_addr_processed

uint64_t CNodeStateStats::m_addr_processed = 0

Definition at line 39 of file net_processing.h.

◆ m_addr_rate_limited

uint64_t CNodeStateStats::m_addr_rate_limited = 0

Definition at line 40 of file net_processing.h.

◆ m_addr_relay_enabled

bool CNodeStateStats::m_addr_relay_enabled {false}

Definition at line 41 of file net_processing.h.

◆ m_fee_filter_received

CAmount CNodeStateStats::m_fee_filter_received

Definition at line 38 of file net_processing.h.

◆ m_ping_wait

std::chrono::microseconds CNodeStateStats::m_ping_wait

Definition at line 35 of file net_processing.h.

◆ m_relay_txs

bool CNodeStateStats::m_relay_txs

Definition at line 37 of file net_processing.h.

◆ m_starting_height

int CNodeStateStats::m_starting_height = -1

Definition at line 34 of file net_processing.h.

◆ nCommonHeight

int CNodeStateStats::nCommonHeight = -1

Definition at line 33 of file net_processing.h.

◆ nSyncHeight

int CNodeStateStats::nSyncHeight = -1

Definition at line 32 of file net_processing.h.

◆ presync_height

int64_t CNodeStateStats::presync_height {-1}

Definition at line 43 of file net_processing.h.

◆ their_services

ServiceFlags CNodeStateStats::their_services

Definition at line 42 of file net_processing.h.

◆ vHeightInFlight

std::vector<int> CNodeStateStats::vHeightInFlight

Definition at line 36 of file net_processing.h.


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