mirror of
https://github.com/seigler/dips
synced 2025-07-27 09:46:12 +00:00
Merge pull request #15 from nmarley/dip6-typo
fix typo in dip6 (make 'connection' plural)
This commit is contained in:
commit
4d19d4a78d
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ The DKG and the signing sessions performed after LLMQ activation require many me
|
||||||
|
|
||||||
As a solution, we introduce the concept of “Intra-Quorum Communication”. Each LLMQ member is required to connect to a deterministically selected set of neighbor members and keep these connections open for the whole DKG and quorum lifetime. The way the required connections are determined ensures that there is always a path with low numbers of hops from each member to each other member. It also ensures that failure of individual members in the LLMQ does not result in total failure of the DKG and LLMQ.
|
As a solution, we introduce the concept of “Intra-Quorum Communication”. Each LLMQ member is required to connect to a deterministically selected set of neighbor members and keep these connections open for the whole DKG and quorum lifetime. The way the required connections are determined ensures that there is always a path with low numbers of hops from each member to each other member. It also ensures that failure of individual members in the LLMQ does not result in total failure of the DKG and LLMQ.
|
||||||
|
|
||||||
When messages need to be propagated to all other members, the members will then only push inventory items and messages to this deterministic set of connection. The other members will perform the same, until the message is propagated to the whole LLMQ.
|
When messages need to be propagated to all other members, the members will then only push inventory items and messages to this deterministic set of connections. The other members will perform the same, until the message is propagated to the whole LLMQ.
|
||||||
|
|
||||||
### Building the set of deterministic connections
|
### Building the set of deterministic connections
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue