Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kad: improve FIND_NODE response definition #609

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions kad-dht/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

| Lifecycle Stage | Maturity | Status | Latest Revision |
|-----------------|----------------|--------|-----------------|
| 3A | Recommendation | Active | r2, 2022-12-09 |
| 3A | Recommendation | Active | r3, 2024-03-27 |

Authors: [@raulk], [@jhiesey], [@mxinden]

Interest Group:
Interest Group: [@guillaumemichel]

[@raulk]: https://github.com/raulk
[@jhiesey]: https://github.com/jhiesey
Expand Down Expand Up @@ -163,7 +163,8 @@ Then we loop:
3. Upon a response:
1. If successful the response will contain the `k` closest nodes the peer
knows to the key `Key`. Add them to the candidate list `Pn`, except for
those that have already been queried.
those that have already been queried. The response should never include
the responder's own peer record nor the peer record of the requester.
2. If an error or timeout occurs, discard it.
4. Go to 1.

Expand Down