From 2ffe1134887155646a155eb75f58e7aee104ecb8 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 15:11:24 +0000 Subject: [PATCH] Edited ch10_network.adoc with Atlas code editor --- ch10_network.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch10_network.adoc b/ch10_network.adoc index 86a69276..6ebce708 100644 --- a/ch10_network.adoc +++ b/ch10_network.adoc @@ -186,7 +186,7 @@ relay before compact blocks were ((("Bitcoin network", "nodes", "compact block r === Private Block Relay Networks -Although compact blocks go a long way toward minimizing the time it +Although((("Bitcoin network", "nodes", "private block relay", id="bitcoin-network-node-private-relay")))((("nodes", "private block relay", id="node-private-relay")))((("blocks", "private block relay", id="block-private-relay")))((("private block relay", id="private-block-relay")))((("mining", "blocks", "private block relay", id="mining-block-private-relay"))) compact blocks go a long way toward minimizing the time it takes for blocks to propagate across the network, it's possible to minimize latency further. Unlike compact blocks, though, the other solutions involve trade-offs that @@ -247,7 +247,7 @@ with the introduction of the _Fast Internet Bitcoin Relay Engine_ or https://bitcoinfibre.org[_FIBRE_], also created by developer Matt Corallo. FIBRE is software that allows operating a UDP-based relay network that relays blocks within a network of nodes. FIBRE implements FEC and the _compact block_ optimization to -further reduce the amount of data transmitted and the network latency. +further reduce the amount of data transmitted and the ((("Bitcoin network", "nodes", "private block relay", startref="bitcoin-network-node-private-relay")))((("nodes", "private block relay", startref="node-private-relay")))((("blocks", "private block relay", startref="block-private-relay")))((("private block relay", startref="private-block-relay")))((("mining", "blocks", "private block relay", startref="mining-block-private-relay")))network latency. === Network Discovery