docs: fix accelerated-dht-client

This commit is contained in:
Marcin Rataj 2023-11-06 15:24:06 +01:00 committed by Jorropo
parent f17a064193
commit 63e89d4987

View File

@ -663,3 +663,7 @@ ipfs config --json Experimental.GatewayOverLibp2p true
- [ ] Needs UX work for exposing non-recursive "HTTP transport" (NoFetch) over both libp2p and plain TCP (and sharing the configuration)
- [ ] Needs a mechanism for HTTP handler to signal supported features ([IPIP-425](https://github.com/ipfs/specs/pull/425))
- [ ] 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))
## Accelerated DHT Client
This feature now lives at [`Routing.AcceleratedDHTClient`](https://github.com/ipfs/kubo/blob/master/docs/config.md#routingaccelerateddhtclient).