Skip to content

Commit 27d2a58

Browse files
specify relation to libp2p kad-dht
1 parent cd85a7f commit 27d2a58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/routing/kad-dht.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ distance metric. Once a node has identified the closest peers, it can either:
4040

4141
### Relation to libp2p kad-dht
4242

43-
The IPFS Kademlia DHT specification is an instantiation of the [libp2p Kademlia
44-
DHT](https://github.com/libp2p/specs/tree/master/kad-dht).
43+
The IPFS Kademlia DHT specification extends the [libp2p Kademlia
44+
DHT](https://github.com/libp2p/specs/tree/master/kad-dht), with practical
45+
details related to CID, IPNS, and content providing.
4546

4647
It is possible to use an alternative DHT specification alongside an IPFS
4748
implementation, rather than the one detailed here. This document specifically

0 commit comments

Comments
 (0)