document Pubsub.Router option to enable gossipsub
License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
vyzo committed
Aug 12, 2018 at 13:40 UTC
643522e990761a1b61c98b0ce6cd2e4cb1336ccf
1 file changed
+5
docs/experimental-features.md
+5
@@ -43,6 +43,11 @@ experimental, default-disabled.
43
run your daemon with the `--enable-pubsub-experiment` flag. Then use the
44
`ipfs pubsub` commands.
45
46
+### gossipsub
47
+
48
+You can enable the new experimental gossipsub protocol via configuration:
49
+`ipfs config Pubsub.Router gossipsub`
50
+
51
### Road to being a real feature
52
- [ ] Needs more people to use and report on how well it works
53
- [ ] Needs authenticated modes to be implemented