Raven Core  3.0.0
P2P Digital Currency
Public Attributes | List of all members
NodeEvictionCandidate Struct Reference
Collaboration diagram for NodeEvictionCandidate:
[legend]

Public Attributes

NodeId id
 
int64_t nTimeConnected
 
int64_t nMinPingUsecTime
 
int64_t nLastBlockTime
 
int64_t nLastTXTime
 
bool fRelevantServices
 
bool fRelayTxes
 
bool fBloomFilter
 
CAddress addr
 
uint64_t nKeyedNetGroup
 

Detailed Description

Definition at line 925 of file net.cpp.

Member Data Documentation

◆ addr

CAddress NodeEvictionCandidate::addr

Definition at line 935 of file net.cpp.

◆ fBloomFilter

bool NodeEvictionCandidate::fBloomFilter

Definition at line 934 of file net.cpp.

◆ fRelayTxes

bool NodeEvictionCandidate::fRelayTxes

Definition at line 933 of file net.cpp.

◆ fRelevantServices

bool NodeEvictionCandidate::fRelevantServices

Definition at line 932 of file net.cpp.

◆ id

NodeId NodeEvictionCandidate::id

Definition at line 927 of file net.cpp.

◆ nKeyedNetGroup

uint64_t NodeEvictionCandidate::nKeyedNetGroup

Definition at line 936 of file net.cpp.

◆ nLastBlockTime

int64_t NodeEvictionCandidate::nLastBlockTime

Definition at line 930 of file net.cpp.

◆ nLastTXTime

int64_t NodeEvictionCandidate::nLastTXTime

Definition at line 931 of file net.cpp.

◆ nMinPingUsecTime

int64_t NodeEvictionCandidate::nMinPingUsecTime

Definition at line 929 of file net.cpp.

◆ nTimeConnected

int64_t NodeEvictionCandidate::nTimeConnected

Definition at line 928 of file net.cpp.


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