12 Commits

Author SHA1 Message Date
Guillaume Michel
89582889fa Merge pull request #646 from cokemine/fix/alpha
docs(dht): Update default concurrency parameter
2025-03-11 14:34:55 +00:00
guillaumemichel
e2616f27b3 kad: clarify bootstrap 2025-01-30 11:53:03 +01:00
cokemine
52377b540c docs(dht): Update default concurrency parameter 2024-12-03 01:03:43 +09:00
Guillaume Michel
d909555c54 adding @guillaumemichel to kad interest group 2024-05-21 16:56:59 +02:00
@RandyMcMillan
dda51ab088 Update link to “Sloppy hashing and self-organizing clusters” 2024-04-24 09:47:52 -04:00
Marco Munizaga
c733210b3a Make existing protocols explicit about proto2 2023-01-20 17:13:13 -08:00
Danny Salman
946441e549 minor tweak to lifestyle doc phrase (#494) 2022-12-14 17:09:28 +01:00
Yiannis Psaras
9a646c0283 kad-dht/: Recommend new values for Provider Record Republish and Expiration (#451)
Recommend new values for provider record republish and expiration (22h/48h) based on request-for-measurement 17 results.

Co-authored-by: Marcin Rataj <lidel@lidel.org>
2022-12-12 21:00:46 +01:00
Kevin
261ea7b679 typo(Kad-DHT): Fix broken link
Fix broken link to replication parameter k
2022-05-25 16:19:14 +02:00
Max Inden
65f9923a40 kad-dht/README: Document client mode (#392)
This commit documents the DHT client mode, keeping routing tables clear
of clients (laptops), while still allowing clients to utilize the
functionality of the DHT.
2022-02-15 15:12:06 +01:00
Max Inden
9c12531745 kad-dht/README: Document key on Message during PUT_VALUE (#373)
On PUT_VALUE the Golang implementation expects `key` on `Message` to
equal `key` on `Record` when handling a request (see [go-1]). This patch
updates the specification accordingly.

[go-1]: 7724838e46/handlers.go (L151-L164)
2021-11-16 18:11:13 +01:00
raulk
5879eb8ed7 Add minimal Kademlia DHT spec (#108)
Specifies the Kademlia Distributed Hash Table (DHT) subsystem in libp2p.

Co-authored-by: John Hiesey <john@hiesey.com>
Co-authored-by: Steven Allen <steven@stebalien.com>
Co-authored-by: Max Inden <mail@max-inden.de>
2021-06-29 21:21:22 +02:00