The current behavior is to protect the best node from each avalanche peer. This is not ideal in the case the peer has a low score such that the probability of being selected is very low.
Depends on D9858.
Ref T1634.
Differential D9862
[avalanche] Don't protect nodes from peers with low score Fabien on Aug 10 2021, 11:08. Authored by
Details
The current behavior is to protect the best node from each avalanche peer. This is not ideal in the case the peer has a low score such that the probability of being selected is very low. Depends on D9858. Ref T1634. ninja all check-all
Diff Detail
Event TimelineComment Actions I don't think this approach makes sense. Peer score is used to chose the poling frequency, so this metric should show in the node's avalanche score. I think you are trying to optimize something that shouldn't exist here. |