Snapshot of one inbound peer's attributes used by the eviction selection logic.
Synopsis
Declared in <node/eviction.h>
struct NodeEvictionCandidate;
Data Members
Name |
Description |
Whether the peer has set a BIP37 bloom filter. |
|
Whether the peer advertises desirable network services. |
|
Identifier of the candidate peer. |
|
The connection type of the peer. |
|
Time the connection was established. |
|
Whether the peer is on the local network. |
|
Time the peer last provided a valid block. |
|
Time the peer last provided a valid transaction. |
|
Best (minimum) observed ping time to the peer. |
|
The network the peer is connected over. |
|
Whether the peer holds the noban permission and is protected from eviction. |
|
Whether transaction relay is enabled with this peer. |
|
Keyed hash of the peer's network group, used for bucketing. |
|
Whether this peer is preferred for eviction. |
Created with MrDocs