mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-25 23:21:54 +08:00
better documentation for gossipsub
License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
This commit is contained in:
@ -45,7 +45,12 @@ run your daemon with the `--enable-pubsub-experiment` flag. Then use the
|
||||
|
||||
### gossipsub
|
||||
|
||||
You can enable the new experimental gossipsub protocol via configuration:
|
||||
Gossipsub is a new, experimental routing protocol for pubsub that
|
||||
should waste less bandwidth than floodsub, the current pubsub
|
||||
protocol. It's backwards compatible with floodsub so enabling this
|
||||
feature shouldn't break compatibility with existing IPFS nodes.
|
||||
|
||||
You can enable gossipsub via configuration:
|
||||
`ipfs config Pubsub.Router gossipsub`
|
||||
|
||||
### Road to being a real feature
|
||||
|
Reference in New Issue
Block a user