libp2p / go-libp2p-pubsub

The PubSub implementation for go-libp2p
https://github.com/libp2p/specs/tree/master/pubsub
Other
327 stars 186 forks source link

Quadratic P4 #327

Closed vyzo closed 4 years ago

vyzo commented 4 years ago

This makes the value of P4 quadratic in the invalid message counter.

cc @daviddias @raulk

yusefnapora commented 4 years ago

nice to see the de-flaking for TestGossipsubAttackSpamIHAVE - i noticed it failing in #325 where I only changed comments 😄