Bitcoin Core  0.21.0rc3
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
NodeEvictionCandidate Struct Reference

Public Attributes

NodeId id
 
int64_t nTimeConnected
 
int64_t nMinPingUsecTime
 
int64_t nLastBlockTime
 
int64_t nLastTXTime
 
bool fRelevantServices
 
bool fRelayTxes
 
bool fBloomFilter
 
uint64_t nKeyedNetGroup
 
bool prefer_evict
 
bool m_is_local
 

Detailed Description

Definition at line 856 of file net.cpp.

Member Data Documentation

bool NodeEvictionCandidate::fBloomFilter

Definition at line 865 of file net.cpp.

bool NodeEvictionCandidate::fRelayTxes

Definition at line 864 of file net.cpp.

bool NodeEvictionCandidate::fRelevantServices

Definition at line 863 of file net.cpp.

NodeId NodeEvictionCandidate::id

Definition at line 858 of file net.cpp.

bool NodeEvictionCandidate::m_is_local

Definition at line 868 of file net.cpp.

uint64_t NodeEvictionCandidate::nKeyedNetGroup

Definition at line 866 of file net.cpp.

int64_t NodeEvictionCandidate::nLastBlockTime

Definition at line 861 of file net.cpp.

int64_t NodeEvictionCandidate::nLastTXTime

Definition at line 862 of file net.cpp.

int64_t NodeEvictionCandidate::nMinPingUsecTime

Definition at line 860 of file net.cpp.

int64_t NodeEvictionCandidate::nTimeConnected

Definition at line 859 of file net.cpp.

bool NodeEvictionCandidate::prefer_evict

Definition at line 867 of file net.cpp.


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