@cryptotaxi247 / kubo / commits / ccf3a71bc

docs: fix accelerated-dht-client

Marcin Rataj committed Nov 6, 2023 at 15:24 UTC ccf3a71bc76dca2c2527eb967ffe8772adbdbe2c
1 file changed +4
docs/experimental-features.md
+4
@@ -663,3 +663,7 @@ ipfs config --json Experimental.GatewayOverLibp2p true
663 - [ ] Needs UX work for exposing non-recursive "HTTP transport" (NoFetch) over both libp2p and plain TCP (and sharing the configuration)
664 - [ ] Needs a mechanism for HTTP handler to signal supported features ([IPIP-425](https://github.com/ipfs/specs/pull/425))
665 - [ ] Needs an option for Kubo to detect peers that have it enabled and prefer HTTP transport before falling back to bitswap (and use CAR if peer supports dag-scope=entity from [IPIP-402](https://github.com/ipfs/specs/pull/402))
666 +
667 +## Accelerated DHT Client
668 +
669 +This feature now lives at [`Routing.AcceleratedDHTClient`](https://github.com/ipfs/kubo/blob/master/docs/config.md#routingaccelerateddhtclient).