From 643522e990761a1b61c98b0ce6cd2e4cb1336ccf Mon Sep 17 00:00:00 2001 From: vyzo Date: Sun, 12 Aug 2018 13:40:46 +0300 Subject: [PATCH] document Pubsub.Router option to enable gossipsub License: MIT Signed-off-by: vyzo --- docs/experimental-features.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/experimental-features.md b/docs/experimental-features.md index aeb3fd23b..63cdbfcf3 100644 --- a/docs/experimental-features.md +++ b/docs/experimental-features.md @@ -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