Bitcoin Core 28.99.0
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 |
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} |
std::chrono::seconds | time_offset {0} |
Definition at line 39 of file net_processing.h.
uint64_t CNodeStateStats::m_addr_processed = 0 |
Definition at line 47 of file net_processing.h.
uint64_t CNodeStateStats::m_addr_rate_limited = 0 |
Definition at line 48 of file net_processing.h.
bool CNodeStateStats::m_addr_relay_enabled {false} |
Definition at line 49 of file net_processing.h.
CAmount CNodeStateStats::m_fee_filter_received |
Definition at line 46 of file net_processing.h.
std::chrono::microseconds CNodeStateStats::m_ping_wait |
Definition at line 43 of file net_processing.h.
bool CNodeStateStats::m_relay_txs |
Definition at line 45 of file net_processing.h.
int CNodeStateStats::m_starting_height = -1 |
Definition at line 42 of file net_processing.h.
int CNodeStateStats::nCommonHeight = -1 |
Definition at line 41 of file net_processing.h.
int CNodeStateStats::nSyncHeight = -1 |
Definition at line 40 of file net_processing.h.
int64_t CNodeStateStats::presync_height {-1} |
Definition at line 51 of file net_processing.h.
ServiceFlags CNodeStateStats::their_services |
Definition at line 50 of file net_processing.h.
std::chrono::seconds CNodeStateStats::time_offset {0} |
Definition at line 52 of file net_processing.h.
std::vector<int> CNodeStateStats::vHeightInFlight |
Definition at line 44 of file net_processing.h.