1
0
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:
vyzo
2018-08-15 20:30:12 +03:00
parent 9300997887
commit f8725d8ec9

View File

@ -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