Bitcoin ABC 0.30.3
P2P Digital Currency
|
#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 |
Amount | 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} |
Definition at line 52 of file net_processing.h.
uint64_t CNodeStateStats::m_addr_processed = 0 |
Definition at line 60 of file net_processing.h.
uint64_t CNodeStateStats::m_addr_rate_limited = 0 |
Definition at line 61 of file net_processing.h.
bool CNodeStateStats::m_addr_relay_enabled {false} |
Definition at line 62 of file net_processing.h.
Amount CNodeStateStats::m_fee_filter_received |
Definition at line 59 of file net_processing.h.
std::chrono::microseconds CNodeStateStats::m_ping_wait |
Definition at line 56 of file net_processing.h.
bool CNodeStateStats::m_relay_txs |
Definition at line 58 of file net_processing.h.
int CNodeStateStats::m_starting_height = -1 |
Definition at line 55 of file net_processing.h.
int CNodeStateStats::nCommonHeight = -1 |
Definition at line 54 of file net_processing.h.
int CNodeStateStats::nSyncHeight = -1 |
Definition at line 53 of file net_processing.h.
int64_t CNodeStateStats::presync_height {-1} |
Definition at line 64 of file net_processing.h.
ServiceFlags CNodeStateStats::their_services |
Definition at line 63 of file net_processing.h.
std::vector<int> CNodeStateStats::vHeightInFlight |
Definition at line 57 of file net_processing.h.