@cryptotaxi247 / kubo / commits / f8725d8ec

better documentation for gossipsub

License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>

vyzo committed Aug 15, 2018 at 20:30 UTC f8725d8ec9f35440ed9be83a035d62f02b9923a5
1 file changed +6 -1
docs/experimental-features.md
+6 -1
@@ -45,7 +45,12 @@ run your daemon with the `--enable-pubsub-experiment` flag. Then use the
45
46 ### gossipsub
47
48 -You can enable the new experimental gossipsub protocol via configuration:
48 +Gossipsub is a new, experimental routing protocol for pubsub that
49 +should waste less bandwidth than floodsub, the current pubsub
50 +protocol. It's backwards compatible with floodsub so enabling this
51 +feature shouldn't break compatibility with existing IPFS nodes.
52 +
53 +You can enable gossipsub via configuration:
54 `ipfs config Pubsub.Router gossipsub`
55
56 ### Road to being a real feature