![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
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 |
|
inline |
bool NodeEvictionCandidate::fBloomFilter |
Definition at line 879 of file net.cpp.
Referenced by CompareNodeTXTime().
bool NodeEvictionCandidate::fNetworkNode |
Definition at line 877 of file net.cpp.
Referenced by CompareNodeBlockTime().
bool NodeEvictionCandidate::fRelayTxes |
Definition at line 878 of file net.cpp.
Referenced by CompareNodeTXTime().
int64_t NodeEvictionCandidate::nLastBlockTime |
Definition at line 875 of file net.cpp.
Referenced by CompareNodeBlockTime().
int64_t NodeEvictionCandidate::nLastTXTime |
Definition at line 876 of file net.cpp.
Referenced by CompareNodeTXTime().
int64_t NodeEvictionCandidate::nMinPingUsecTime |
Definition at line 874 of file net.cpp.
Referenced by ReverseCompareNodeMinPingTime().
int64_t NodeEvictionCandidate::nTimeConnected |
Definition at line 873 of file net.cpp.
Referenced by CConnman::AttemptToEvictConnection(), CompareNodeBlockTime(), CompareNodeTXTime(), and ReverseCompareNodeTimeConnected().
std::vector<unsigned char> NodeEvictionCandidate::vchKeyedNetGroup |
Definition at line 881 of file net.cpp.
Referenced by CompareKeyedNetGroup().
std::vector<unsigned char> NodeEvictionCandidate::vchNetGroup |
Definition at line 880 of file net.cpp.
Referenced by CConnman::AttemptToEvictConnection().