Expand description
Candidate peer selection for outbound connections using the CandidateSet
.
Structs§
- The
CandidateSet
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
. - Check new
addrs
before adding them to the address book.