BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
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 940 of file net.cpp.

Member Data Documentation

◆ addr

CAddress NodeEvictionCandidate::addr

Definition at line 950 of file net.cpp.

◆ fBloomFilter

bool NodeEvictionCandidate::fBloomFilter

Definition at line 949 of file net.cpp.

◆ fRelayTxes

bool NodeEvictionCandidate::fRelayTxes

Definition at line 948 of file net.cpp.

◆ fRelevantServices

bool NodeEvictionCandidate::fRelevantServices

Definition at line 947 of file net.cpp.

◆ id

NodeId NodeEvictionCandidate::id

Definition at line 942 of file net.cpp.

◆ nKeyedNetGroup

uint64_t NodeEvictionCandidate::nKeyedNetGroup

Definition at line 951 of file net.cpp.

◆ nLastBlockTime

int64_t NodeEvictionCandidate::nLastBlockTime

Definition at line 945 of file net.cpp.

◆ nLastTXTime

int64_t NodeEvictionCandidate::nLastTXTime

Definition at line 946 of file net.cpp.

◆ nMinPingUsecTime

int64_t NodeEvictionCandidate::nMinPingUsecTime

Definition at line 944 of file net.cpp.

◆ nTimeConnected

int64_t NodeEvictionCandidate::nTimeConnected

Definition at line 943 of file net.cpp.


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