Fabcoin Core  0.16.2
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 897 of file net.cpp.

Member Data Documentation

CAddress NodeEvictionCandidate::addr

Definition at line 907 of file net.cpp.

bool NodeEvictionCandidate::fBloomFilter

Definition at line 906 of file net.cpp.

bool NodeEvictionCandidate::fRelayTxes

Definition at line 905 of file net.cpp.

bool NodeEvictionCandidate::fRelevantServices

Definition at line 904 of file net.cpp.

NodeId NodeEvictionCandidate::id

Definition at line 899 of file net.cpp.

uint64_t NodeEvictionCandidate::nKeyedNetGroup

Definition at line 908 of file net.cpp.

int64_t NodeEvictionCandidate::nLastBlockTime

Definition at line 902 of file net.cpp.

int64_t NodeEvictionCandidate::nLastTXTime

Definition at line 903 of file net.cpp.

int64_t NodeEvictionCandidate::nMinPingUsecTime

Definition at line 901 of file net.cpp.

int64_t NodeEvictionCandidate::nTimeConnected

Definition at line 900 of file net.cpp.


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