You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/routing/kad-dht.md
+10-16
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Kademlia DHT
3
3
description: >
4
4
The IPFS Distributed Hash Table (DHT) specification defines a structured
5
-
overlay network used for peer routing and content routing in the
5
+
overlay network used for peer and content routing in the
6
6
InterPlanetary File System (IPFS). It extends the libp2p Kademlia DHT
7
7
specification, adapting and adding features to support IPFS-specific
8
8
requirements.
@@ -20,7 +20,7 @@ order: 1
20
20
---
21
21
22
22
The IPFS Distributed Hash Table (DHT) specification defines a structured
23
-
overlay network used for peer routing and content routing in the
23
+
overlay network used for peer and content routing in the
24
24
InterPlanetary File System (IPFS). It extends the libp2p Kademlia DHT
25
25
specification, adapting and adding features to support IPFS-specific
26
26
requirements.
@@ -58,7 +58,10 @@ used in other DHT swarms as well.
58
58
59
59
## DHT Swarms
60
60
61
-
A DHT swarm is a group of interconnected nodes running the IPFS Kademlia DHT protocol, collectively identified by a unique protocol identifier. IPFS nodes MAY participate in multiple DHT swarms simultaneously. DHT swarms can be either public or private.
61
+
A DHT swarm is a group of interconnected nodes running the IPFS Kademlia DHT
62
+
protocol, collectively identified by a unique protocol identifier. IPFS nodes
63
+
MAY participate in multiple DHT swarms simultaneously. DHT swarms can be either
64
+
public or private.
62
65
63
66
### Protocol Identifier
64
67
@@ -156,9 +159,10 @@ prefix with the local node. For more information see [bucket population
0 commit comments