Skip to content

Commit 5879eb8

Browse files
raulkjhieseyStebalienmxinden
authored
Add minimal Kademlia DHT spec (#108)
Specifies the Kademlia Distributed Hash Table (DHT) subsystem in libp2p. Co-authored-by: John Hiesey <[email protected]> Co-authored-by: Steven Allen <[email protected]> Co-authored-by: Max Inden <[email protected]>
1 parent 3d73852 commit 5879eb8

File tree

2 files changed

+445
-0
lines changed

2 files changed

+445
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ security, multiplexing, and other purposes.
7171
The protocols described below all use [protocol buffers](https://developers.google.com/protocol-buffers/docs/proto?hl=en) (aka protobuf) to define message schemas. Version `proto2` is used unless stated otherwise.
7272

7373
- [identify][spec_identify] - Exchange keys and addresses with other peers
74+
- [kademlia][spec_kademlia] - The Kademlia Distributed Hash Table (DHT) subsystem
7475
- [mplex][spec_mplex] - The friendly stream multiplexer
7576
- [plaintext][spec_plaintext] - An insecure transport for non-production usage
7677
- [pnet][spec_pnet] - Private networking in libp2p using pre-shared keys
@@ -102,6 +103,7 @@ you feel an issue isn't the appropriate place for your topic, please join our
102103
[spec_lifecycle]: 00-framework-01-spec-lifecycle.md
103104
[spec_header]: 00-framework-02-document-header.md
104105
[spec_identify]: ./identify/README.md
106+
[spec_kademlia]: ./kad-dht/README.md
105107
[spec_mplex]: ./mplex/README.md
106108
[spec_pnet]: ./pnet/Private-Networks-PSK-V1.md
107109
[spec_pubsub]: ./pubsub/README.md

0 commit comments

Comments
 (0)