From 630052355d203bb718f2e2cc8e0e1c6b709d0a68 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 25 Sep 2019 15:47:11 -0400 Subject: [PATCH] Update bip-reconcil.mediawiki Fix mediawiki syntax for italic text --- bip-reconcil.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-reconcil.mediawiki b/bip-reconcil.mediawiki index 54dc9f0c..e4454ce6 100644 --- a/bip-reconcil.mediawiki +++ b/bip-reconcil.mediawiki @@ -153,7 +153,7 @@ The reqreconcil message initiates a reconciliation round. |} Upon receipt of a "reqreconcil" message, the receiver: -* Constructs and sends a "sketch" message (see below), with a sketch of capacity computed as ``|set_size - local_set_size| + q * (set_size + local_set_size) + c'', where ''local_set_size'' represents size of the receiver's reconciliation set. +* Constructs and sends a "sketch" message (see below), with a sketch of capacity computed as ''|set_size - local_set_size| + q * (set_size + local_set_size) + c'', where ''local_set_size'' represents size of the receiver's reconciliation set. * Makes a snapshot of their current reconciliation set, and clears the set itself. The snapshot is kept until a "reconcildiff" message is received by the node. It is suggested to use ''c=1'' to avoid sending empty sketches and reduce the overhead caused by under-estimations.