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 api for dynamically setting topic score parameters #376

Closed vyzo closed 4 years ago

vyzo commented 4 years ago

Closes #346

Adds a SetScoreParams to Topic so that we can dynamically set topic score parameters.

vyzo commented 4 years ago

reworked the logic (and squashed a bit) so that we can reset topic score parameters on demand.