libp2p-dht/libp2pdht
Csaba Kiraly 01488104e5 add "traditional" targetID based findNode message
This patch adds a findNode message sending the actual
target ID as in traditional Kademlia lookup. This in
contrast to the actual findNode message that send information
about the distance only, leading to more secure but slower lookups.

Having both primitives allows us to select which to use per use case.

Current naming is findNode for the distance based message and
findNodeFast for the message added in this patch.
2022-03-22 15:18:44 +01:00
..
dht feat: merge add/get providers with discv5 2022-03-17 14:56:54 +11:00
discv5 feat: Swap ENR to libp2p SignedPeerRecords 2022-03-22 11:00:26 +11:00
private/eth/p2p/discoveryv5 add "traditional" targetID based findNode message 2022-03-22 15:18:44 +01:00
dht.nim feat: merge add/get providers with discv5 2022-03-17 14:56:54 +11:00
discv5.nim feat: Swap ENR to libp2p SignedPeerRecords 2022-03-22 11:00:26 +11:00