Dash Core  0.12.2.1
P2P Digital Currency
NodeEvictionCandidate Struct Reference

Public Member Functions

 NodeEvictionCandidate (CNode *pnode)
 

Public Attributes

int id
 
int64_t nTimeConnected
 
int64_t nMinPingUsecTime
 
int64_t nLastBlockTime
 
int64_t nLastTXTime
 
bool fNetworkNode
 
bool fRelayTxes
 
bool fBloomFilter
 
std::vector< unsigned char > vchNetGroup
 
std::vector< unsigned char > vchKeyedNetGroup
 

Detailed Description

Definition at line 857 of file net.cpp.

Constructor & Destructor Documentation

◆ NodeEvictionCandidate()

NodeEvictionCandidate::NodeEvictionCandidate ( CNode pnode)
inline

Definition at line 859 of file net.cpp.

Member Data Documentation

◆ fBloomFilter

bool NodeEvictionCandidate::fBloomFilter

Definition at line 879 of file net.cpp.

Referenced by CompareNodeTXTime().

◆ fNetworkNode

bool NodeEvictionCandidate::fNetworkNode

Definition at line 877 of file net.cpp.

Referenced by CompareNodeBlockTime().

◆ fRelayTxes

bool NodeEvictionCandidate::fRelayTxes

Definition at line 878 of file net.cpp.

Referenced by CompareNodeTXTime().

◆ id

int NodeEvictionCandidate::id

Definition at line 872 of file net.cpp.

◆ nLastBlockTime

int64_t NodeEvictionCandidate::nLastBlockTime

Definition at line 875 of file net.cpp.

Referenced by CompareNodeBlockTime().

◆ nLastTXTime

int64_t NodeEvictionCandidate::nLastTXTime

Definition at line 876 of file net.cpp.

Referenced by CompareNodeTXTime().

◆ nMinPingUsecTime

int64_t NodeEvictionCandidate::nMinPingUsecTime

Definition at line 874 of file net.cpp.

Referenced by ReverseCompareNodeMinPingTime().

◆ nTimeConnected

int64_t NodeEvictionCandidate::nTimeConnected

◆ vchKeyedNetGroup

std::vector<unsigned char> NodeEvictionCandidate::vchKeyedNetGroup

Definition at line 881 of file net.cpp.

Referenced by CompareKeyedNetGroup().

◆ vchNetGroup

std::vector<unsigned char> NodeEvictionCandidate::vchNetGroup

Definition at line 880 of file net.cpp.

Referenced by CConnman::AttemptToEvictConnection().


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