Expand description
Candidate peer selection for outbound connections using the CandidateSet
.
Structs§
- Candidate
Set 🔒 - The
CandidateSet
manages outbound peer connection attempts. Successful connections become peers in thePeerSet
.
Functions§
- limit_
last_ 🔒seen_ times - Ensure all reported
last_seen
times are less than or equal tolast_seen_limit
. - validate_
addrs 🔒 - Check new
addrs
before adding them to the address book.