File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -368,14 +368,13 @@ the wire format and keep their routing table up-to-date, especially with peers
368368closest to themselves.
369369
370370The process runs once on startup, then periodically with a configurable
371- frequency (default: 5 minutes). On every run, we generate a random peer ID and
372- we look it up via the process defined in [ peer routing] ( #peer-routing ) . Peers
373- encountered throughout the search are inserted in the routing table, as per
374- usual business.
375-
376- This is repeated as many times per run as configuration parameter ` QueryCount `
377- (default: 1). In addition, to improve awareness of nodes close to oneself,
378- implementations should include a lookup for their own peer ID.
371+ frequency (default: 10 minutes). On every run, we generate a random peer ID for
372+ every non-empty routing table's k-bucket and we look it up via the process
373+ defined in [ peer routing] ( #peer-routing ) . Peers encountered throughout the
374+ search are inserted in the routing table, as per usual business.
375+
376+ In addition, to improve awareness of nodes close to oneself, implementations
377+ should include a lookup for their own peer ID.
379378
380379Every repetition is subject to a ` QueryTimeout ` (default: 10 seconds), which
381380upon firing, aborts the run.
You can’t perform that action at this time.
0 commit comments