We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c18bd commit dab4549Copy full SHA for dab4549
kad-dht/README.md
@@ -390,8 +390,8 @@ message Message {
390
These are the requirements for each `MessageType`:
391
392
* `FIND_NODE`: In the request `key` must be set to the binary `PeerId` of the
393
- node to be found. `closerPeers` is set in the response; for an exact match
394
- exactly one `Peer` is returned; otherwise `k` closest `Peer`s are returned.
+ node to be found. In the response `closerPeers` is set to the `k` closest
+ `Peer`s.
395
396
* `GET_VALUE`: In the request `key` is an unstructured array of bytes. `record`
397
is set to the value for the given key (if found in the datastore) and
0 commit comments