Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
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 |
Detailed Description
Member Data Documentation
◆ fBloomFilter
bool NodeEvictionCandidate::fBloomFilter |
Definition at line 1020 of file net.cpp.
Referenced by CompareNodeTXTime().
◆ fRelayTxes
bool NodeEvictionCandidate::fRelayTxes |
Definition at line 1019 of file net.cpp.
Referenced by CompareNodeTXTime().
◆ fRelevantServices
bool NodeEvictionCandidate::fRelevantServices |
Definition at line 1018 of file net.cpp.
Referenced by CompareNodeBlockTime().
◆ id
◆ nKeyedNetGroup
uint64_t NodeEvictionCandidate::nKeyedNetGroup |
Definition at line 1021 of file net.cpp.
Referenced by CompareNetGroupKeyed().
◆ nLastBlockTime
int64_t NodeEvictionCandidate::nLastBlockTime |
Definition at line 1016 of file net.cpp.
Referenced by CompareNodeBlockTime().
◆ nLastTXTime
int64_t NodeEvictionCandidate::nLastTXTime |
Definition at line 1017 of file net.cpp.
Referenced by CompareNodeTXTime().
◆ nMinPingUsecTime
int64_t NodeEvictionCandidate::nMinPingUsecTime |
Definition at line 1015 of file net.cpp.
Referenced by ReverseCompareNodeMinPingTime().
◆ nTimeConnected
int64_t NodeEvictionCandidate::nTimeConnected |
Definition at line 1014 of file net.cpp.
Referenced by CConnman::AttemptToEvictConnection(), CompareNodeBlockTime(), CompareNodeTXTime(), and ReverseCompareNodeTimeConnected().
The documentation for this struct was generated from the following file:
- src/net.cpp