Bitcoin ABC  0.26.3
P2P Digital Currency
Public Attributes | List of all members
NodeEvictionCandidate Struct Reference

#include <net.h>

Public Attributes

NodeId id
 
std::chrono::seconds m_connected
 
std::chrono::microseconds m_min_ping_time
 
std::chrono::seconds m_last_block_time
 
std::chrono::seconds m_last_proof_time
 
std::chrono::seconds m_last_tx_time
 
bool fRelevantServices
 
bool m_relay_txs
 
bool fBloomFilter
 
uint64_t nKeyedNetGroup
 
bool prefer_evict
 
bool m_is_local
 
Network m_network
 
double availabilityScore
 

Detailed Description

Definition at line 1360 of file net.h.

Member Data Documentation

◆ availabilityScore

double NodeEvictionCandidate::availabilityScore

Definition at line 1374 of file net.h.

◆ fBloomFilter

bool NodeEvictionCandidate::fBloomFilter

Definition at line 1369 of file net.h.

◆ fRelevantServices

bool NodeEvictionCandidate::fRelevantServices

Definition at line 1367 of file net.h.

◆ id

NodeId NodeEvictionCandidate::id

Definition at line 1361 of file net.h.

◆ m_connected

std::chrono::seconds NodeEvictionCandidate::m_connected

Definition at line 1362 of file net.h.

◆ m_is_local

bool NodeEvictionCandidate::m_is_local

Definition at line 1372 of file net.h.

◆ m_last_block_time

std::chrono::seconds NodeEvictionCandidate::m_last_block_time

Definition at line 1364 of file net.h.

◆ m_last_proof_time

std::chrono::seconds NodeEvictionCandidate::m_last_proof_time

Definition at line 1365 of file net.h.

◆ m_last_tx_time

std::chrono::seconds NodeEvictionCandidate::m_last_tx_time

Definition at line 1366 of file net.h.

◆ m_min_ping_time

std::chrono::microseconds NodeEvictionCandidate::m_min_ping_time

Definition at line 1363 of file net.h.

◆ m_network

Network NodeEvictionCandidate::m_network

Definition at line 1373 of file net.h.

◆ m_relay_txs

bool NodeEvictionCandidate::m_relay_txs

Definition at line 1368 of file net.h.

◆ nKeyedNetGroup

uint64_t NodeEvictionCandidate::nKeyedNetGroup

Definition at line 1370 of file net.h.

◆ prefer_evict

bool NodeEvictionCandidate::prefer_evict

Definition at line 1371 of file net.h.


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