mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
Fix typo in whitepaper
"Normally, a root node will update their sequence number for frequently than this" -> "more frequently than this"
This commit is contained in:
parent
983dfdb553
commit
1a66cc618f
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ These signatures prevent nodes from forging arbitrary routing advertisements.
|
|||
|
||||
The first hop, from the root, also includes a sequence number, which must be updated periodically.
|
||||
A node will blacklist the current root (keeping a record of the last sequence number observed) if the root fails to update for longer than some timeout (currently hard coded at 1 minute).
|
||||
Normally, a root node will update their sequence number for frequently than this (once every 30 seconds).
|
||||
Normally, a root node will update their sequence number more frequently than this (once every 30 seconds).
|
||||
Nodes are throttled to ignore updates with a new sequence number for some period after updating their most recently seen sequence number (currently this cooldown is 15 seconds).
|
||||
The implementation chooses to set the sequence number equal to the unix time on the root's clock, so that a new (higher) sequence number will be selected if the root is restarted and the clock is not set back.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue