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

Deduplicate messages in pubsub/gossipsub `rpcHandler`

Open dryajov opened this issue 4 years ago • 0 comments

Currently, we're deduplicating messages per message type, for example iHave, we should deduplicate messages once in the RPC handler. Additionally, it makes sense to re-evaluate scoring for peers sending large number of duplicates.

A related issues has been identified in #400.

dryajov avatar Feb 09 '21 14:02 dryajov