document Pubsub.Router option to enable gossipsub

License: MIT
Signed-off-by: vyzo <vyzo@hackzen.org>
This commit is contained in:
vyzo 2018-08-12 13:40:46 +03:00 committed by Steven Allen
parent 884df03320
commit 643522e990

View File

@ -43,6 +43,11 @@ experimental, default-disabled.
run your daemon with the `--enable-pubsub-experiment` flag. Then use the
`ipfs pubsub` commands.
### gossipsub
You can enable the new experimental gossipsub protocol via configuration:
`ipfs config Pubsub.Router gossipsub`
### Road to being a real feature
- [ ] Needs more people to use and report on how well it works
- [ ] Needs authenticated modes to be implemented