File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ A 'lookup' locates the `k` closest nodes to a node ID.
288
288
289
289
The lookup initiator starts by picking ` α ` closest nodes to the target it knows of from
290
290
the local table. The initiator then sends [ FINDNODE] requests to those nodes. ` α ` is an
291
- implementation-defined concurrency parameter, typically ` 3 ` . As NEIGHBORS responses are
291
+ implementation-defined concurrency parameter, typically ` 3 ` . As NODES responses are
292
292
received, the initiator resends FINDNODE to nodes it has learned about from previous
293
293
queries. Of the ` k ` nodes the initiator has heard of closest to the target, it picks ` α `
294
294
that it has not yet queried and sends FINDNODE to them. The lookup terminates when the
You can’t perform that action at this time.
0 commit comments