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.