nim-libp2p icon indicating copy to clipboard operation
nim-libp2p copied to clipboard

When a peer's score drops below this threshold, the peer is graylisted and its RPCs are ignored

Open diegomrsantos opened this issue 1 week ago • 1 comments

Implement this part of the GossipSub spec: https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.1.md#score-thresholds

GraylistThreshold: when a peer's score drops below this threshold, the peer is graylisted and its RPCs are ignored. This threshold must be negative, and less than the gossip/publish threshold.

diegomrsantos avatar Jun 28 '24 16:06 diegomrsantos