Module zebra_network::peer_set::candidate_set
source ยท Expand description
Candidate peer selection for outbound connections using the CandidateSet
.
Structsยง
- Candidate
Set ๐TheCandidateSet
manages outbound peer connection attempts. Successful connections become peers in thePeerSet
.
Functionsยง
- Ensure all reported
last_seen
times are less than or equal tolast_seen_limit
. - validate_
addrs ๐Check newaddrs
before adding them to the address book.