From ac68d3f3d3839645d6dc76907e236f5d04422496 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 24 Feb 2022 23:32:41 +0100 Subject: [PATCH] Tweaks --- src/protocol.md | 45 ++++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/src/protocol.md b/src/protocol.md index d038087..51d8484 100644 --- a/src/protocol.md +++ b/src/protocol.md @@ -6,10 +6,9 @@ actors](./glossary.md#relay).[^analogy-to-subnets] Relays allow *indirect* commu distant entities can be addressed as if they were local. Relays exchange *Syndicate Protocol* messages across a [transport](./glossary.md#transport). A -*transport* is the underlying medium connecting one relay to its counterparts on a given -network. For example, a TLS-on-TCP/IP socket may connect a pair of relays to one another, or a -UDP multicast socket may connect an entire group of relays across an -ethernet.[^relaying-over-syndicate] +*transport* is the underlying medium connecting one relay to its counterpart(s). For example, a +TLS-on-TCP/IP socket may connect a pair of relays to one another, or a UDP multicast socket may +connect an entire group of relays across an ethernet.[^relaying-over-syndicate]