This repository was archived by the owner on Feb 8, 2023. It is now read-only.
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
DHT 2.0 #291
Open
Description
So, we've accumulated quite a few "if only"s in the DHT. We should start thinking about what we'd like in a DHT 2.0.
- Request/message oriented. We should have the Network provide some form of (possibly unreliable) request + message system.
- Only three requests: PUT_VALUES (batch), FIND_VALUES (batch), FIND_NODES (batch).
- Explicitly stores signed PeerInfo records (possibly including the public key?).
- Ideally, real IPRS.