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>
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.
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)
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>