|  | Bitcoin Core 30.99.0
    P2P Digital Currency | 
#include <eviction.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_tx_time | 
| bool | fRelevantServices | 
| bool | m_relay_txs | 
| bool | fBloomFilter | 
| uint64_t | nKeyedNetGroup | 
| bool | prefer_evict | 
| bool | m_is_local | 
| Network | m_network | 
| bool | m_noban | 
| ConnectionType | m_conn_type | 
Definition at line 18 of file eviction.h.
| bool NodeEvictionCandidate::fBloomFilter | 
Definition at line 26 of file eviction.h.
| bool NodeEvictionCandidate::fRelevantServices | 
Definition at line 24 of file eviction.h.
| NodeId NodeEvictionCandidate::id | 
Definition at line 19 of file eviction.h.
| ConnectionType NodeEvictionCandidate::m_conn_type | 
Definition at line 32 of file eviction.h.
| std::chrono::seconds NodeEvictionCandidate::m_connected | 
Definition at line 20 of file eviction.h.
| bool NodeEvictionCandidate::m_is_local | 
Definition at line 29 of file eviction.h.
| std::chrono::seconds NodeEvictionCandidate::m_last_block_time | 
Definition at line 22 of file eviction.h.
| std::chrono::seconds NodeEvictionCandidate::m_last_tx_time | 
Definition at line 23 of file eviction.h.
| std::chrono::microseconds NodeEvictionCandidate::m_min_ping_time | 
Definition at line 21 of file eviction.h.
| Network NodeEvictionCandidate::m_network | 
Definition at line 30 of file eviction.h.
| bool NodeEvictionCandidate::m_noban | 
Definition at line 31 of file eviction.h.
| bool NodeEvictionCandidate::m_relay_txs | 
Definition at line 25 of file eviction.h.
| uint64_t NodeEvictionCandidate::nKeyedNetGroup | 
Definition at line 27 of file eviction.h.
| bool NodeEvictionCandidate::prefer_evict | 
Definition at line 28 of file eviction.h.