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

Add explicit control of the protocol list supported by the gossipsub router #310

Closed vyzo closed 3 years ago

vyzo commented 4 years ago

Some networks may want to disable floodsub compatibility, as it could put a strain on highly connected peer resources.

yusefnapora commented 4 years ago

Is any of the gossipsub v1.1 behavior changed if we don't advertise the new protocol ID?

vyzo commented 4 years ago

PX is affected, as it won't try to do PX when the peer is gsv1.0. Other than that, not really!

vyzo commented 3 years ago

Closing in favor of a more general solution for #408.