remove paragraph that doesn't belong to its section

This commit is contained in:
vyzo
2018-08-19 10:31:14 +03:00
parent f1f9d80e51
commit ba0b6fd5dc

View File

@@ -148,13 +148,6 @@ The parameters of the algorithm are `D` which is the target degree,
and two relaxed degree parameters `D_low` and `D_high` which represent
admissible mesh degree bounds.
In order to maintain consistency in the network, peers exchange
control messages notifying their immediate peers in the mesh of state
changes. These are `GRAFT` and `PRUNE` messages that indicate the
addition or removal of a peer to the overlay mesh. The router reacts
to these messages by adding and removing peers from the local view of
the mesh respectively.
## The gossipsub protocol