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
+12-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.
@@ -15,12 +15,14 @@ editors:
15
15
affiliation:
16
16
name: Shipyard
17
17
url: https://ipshipyard.com
18
+
xref:
19
+
- kademlia-paper
18
20
tags: ['routing']
19
21
order: 1
20
22
---
21
23
22
24
The IPFS Distributed Hash Table (DHT) specification defines a structured
23
-
overlay network used for peer routing and content routing in the
25
+
overlay network used for peer and content routing in the
24
26
InterPlanetary File System (IPFS). It extends the libp2p Kademlia DHT
25
27
specification, adapting and adding features to support IPFS-specific
26
28
requirements.
@@ -58,7 +60,10 @@ used in other DHT swarms as well.
58
60
59
61
## DHT Swarms
60
62
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.
63
+
A DHT swarm is a group of interconnected nodes running the IPFS Kademlia DHT
64
+
protocol, collectively identified by a unique protocol identifier. IPFS nodes
65
+
MAY participate in multiple DHT swarms simultaneously. DHT swarms can be either
66
+
public or private.
62
67
63
68
### Protocol Identifier
64
69
@@ -156,9 +161,10 @@ prefix with the local node. For more information see [bucket population
0 commit comments