From 84b521af120251dd399c630ee00ce1bcd72100e3 Mon Sep 17 00:00:00 2001 From: Josef Widder Date: Tue, 29 Nov 2022 17:17:27 +0100 Subject: [PATCH] added (unstructured) nodes after office hour with Bucky --- spec/p2p/p2p-top-level.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/spec/p2p/p2p-top-level.md b/spec/p2p/p2p-top-level.md index b19b56b5f..f605d954e 100644 --- a/spec/p2p/p2p-top-level.md +++ b/spec/p2p/p2p-top-level.md @@ -24,7 +24,7 @@ Tendermint (as many classic BFT algorithms) have an all-to-all communication pat The design decision is to use an overlay network. Instead of having *N* connections, each node only maintains a relatively small number (bounded by constants, say 10 to 50). In principle, this allows to implement more efficient communication (e.g., gossiping), provided that with this small number of connections per node, the system as a whole stays connected. This overlay network is established by the **peer-to-peer system (p2p)**, which is composed of the p2p layers of the participating nodes that locally decide with which peers a node keeps connections. - +GOAL: what are the consequences of the choices in the config file