1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-05-10 02:48:49 +00:00

Edited ch10_network.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 15:11:24 +00:00
parent ca874c1859
commit 2ffe113488

View File

@ -186,7 +186,7 @@ relay before compact blocks were ((("Bitcoin network", "nodes", "compact block r
=== Private Block Relay Networks === 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, takes for blocks to propagate across the network,
it's possible to minimize latency further. Unlike it's possible to minimize latency further. Unlike
compact blocks, though, the other solutions involve trade-offs that 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 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 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 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 === Network Discovery