Skip to content

Commit

Permalink
kad-dht/README: Seed with k instead of alpha peers
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Jun 3, 2021
1 parent 072360f commit c4d4b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kad-dht/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ iterative network search.

We keep track of the set of peers we've already queried (`Pq`) and the set of
next query candidates sorted by distance from `Key` in ascending order (`Pn`).
At initialization `Pn` is seeded with the `α` peers from our routing table we
At initialization `Pn` is seeded with the `k` peers from our routing table we
know are closest to `Key`, based on the XOR distance function (see [distance
definition](#distance)).

Expand Down

0 comments on commit c4d4b53

Please sign in to comment.