You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define the maximum number of connections in the local nodes connection pool (based on bandwidth / median block size)
Subsample the address list and attempt to handshake / establish connections with nodes
Record the latency of handshakes and score peers accordingly
If a peer falls below the reputation_threshold, drop the connection.
Reserve 20% of the connection pool for new / no reputation connections (so new peers can join the network)
Repeat subsampling and reputation scoring until the local connection pool is saturated or there are no unvisited addresses in the address_table to attempt to connect with.
(also record the latest block height from the /info data of each peer)
The text was updated successfully, but these errors were encountered:
Connection Tasks
reputation_threshold
, drop the connection.(also record the latest block height from the
/info
data of each peer)The text was updated successfully, but these errors were encountered: