From c59b624e114847b2220afbd5d3609a0927c79e2f Mon Sep 17 00:00:00 2001 From: vyzo Date: Fri, 30 Mar 2018 20:33:39 +0300 Subject: [PATCH] docs/experimental-features: document ipns pubsub License: MIT Signed-off-by: vyzo --- docs/experimental-features.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/experimental-features.md b/docs/experimental-features.md index 16cffb535..bd3dd92af 100644 --- a/docs/experimental-features.md +++ b/docs/experimental-features.md @@ -365,3 +365,27 @@ ipfs config --json Experimental.ShardingEnabled true - [ ] Make sure that objects that don't have to be sharded aren't - [ ] Generalize sharding and define a new layer between IPLD and IPFS + +--- + +## IPNS pubsub + +### In Version + +0.4.13 + +### State + +Experimental, default-disabled. + +Utilizes pubsub for publishing ipns records in real time. + +### How to enable + +run your daemon with the `--enable-namesys-pubsub` flag; enables pubsub. + +### Road to being a real feature + +- [ ] Needs more people to use and report on how well it works +- [ ] Add a mechanism for last record distribution on subscription, + so that we don't have to hit the DHT for name resolution at all.