mirror of
https://github.com/matrix-org/pinecone.git
synced 2026-01-11 19:46:30 +00:00
Fix incorrect assertion that all spanning trees are rooted (#79)
This commit is contained in:
parent
8c3b24f264
commit
64ce53bbb7
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ permalink: tree/root_node
|
|||
|
||||
# Root Node
|
||||
|
||||
As with all spanning trees, there is a single root node at any given time for a given network. It is the responsibility of the root node to send out root announcements into the network at a specific interval.
|
||||
Pinecone's spanning tree is a rooted tree, meaning there is a single root node at any given time for a given network. It is the responsibility of the root node to send out root announcements into the network at a specific interval.
|
||||
|
||||
Since Pinecone networks are typically dynamic in nature, root selection must take place automatically and without user intervention, so as to avoid deliberate points of centralisation. In order to do this, a form of network-wide election takes place, where the node with the numerically highest ed25519 public key will win.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue