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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
According to LIP0004, Update peer selection mechanism based on newPeers and triedPeers list and consider fixedlist and blacklist peers while selecting any peer.
Also, peer selection must take banned peers into account while selecting peers.
The text was updated successfully, but these errors were encountered:
ishantiw
changed the title
Add peer selections for multiple peer
Update peer selection mechanism for selection of multiple peers
Feb 18, 2019
shuse2
transferred this issue from LiskArchive/lisk-elements
Apr 15, 2019
jondubois
changed the title
Update peer selection mechanism for selection of multiple peers
Update peer selection (for connection) mechanism for selection of multiple peers
Jul 15, 2019
This line of the LIP is particularly relevant to this issue: Select a peer from collection triedPeers with probability r and a peer from the collection newPeers with probability 1-r. The peer in each of the collections is selected uniformly at random.
Description
According to LIP0004, Update peer selection mechanism based on
newPeers
andtriedPeers
list and consider fixedlist and blacklist peers while selecting any peer.Also, peer selection must take banned peers into account while selecting peers.
The text was updated successfully, but these errors were encountered: