File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ entries. The entries are sorted by time last seen — least-recently seen node a
40
40
most-recently seen at the tail.
41
41
42
42
Whenever a new node N₁ is encountered, it can be inserted into the corresponding bucket.
43
- If the bucket contains less than ` k ` entries N₁ can simply be added as the first entry. If
43
+ If the bucket contains less than ` k ` entries N₁ can simply be added as the last entry. If
44
44
the bucket already contains ` k ` entries, the least recently seen node in the bucket, N₂,
45
45
needs to be revalidated by sending a [ Ping] packet. If no reply is received from N₂ it is
46
- considered dead, removed and N₁ added to the front of the bucket.
46
+ considered dead, removed and N₁ added to the tail of the bucket.
47
47
48
48
## Endpoint Proof
49
49
You can’t perform that action at this time.
0 commit comments