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
rust-libp2p only exposes the total peer score obtained after summing a range of sub-components (time in mesh, first message deliveries, ip collocation factor, behavioral penalties, ...). It would be great to return the components used inside the sum to compute the total score.
Motivation
This would be helpful for:
debugging purposes
providing better information to peers
Requirements
Modify the PeerScoreReport::score field to contain every subcomponent of the score along with the total "real" peer score.
Open questions
No response
Are you planning to do it yourself in a pull request?