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