From c3af8c2095637529d87ed203105f33679c9496e3 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 1 Jun 2022 15:49:01 +0200 Subject: [PATCH] src/protocols/syndicate/protocol.md --- src/protocols/syndicate/protocol.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/protocols/syndicate/protocol.md b/src/protocols/syndicate/protocol.md index 1e0c28f..ead3bce 100644 --- a/src/protocols/syndicate/protocol.md +++ b/src/protocols/syndicate/protocol.md @@ -1 +1,7 @@ # Wire-protocol + + - [`[syndicate-protocols]/schemas/protocol.prs`](https://git.syndicate-lang.org/syndicate-lang/syndicate-protocols/src/branch/main/schemas/protocol.prs) + +The wire-protocol schema, used for communication among entities separated by a point-to-point +link of some kind, is fully described as [part](../../protocol.md#packet-definitions) of [the +Syndicate Protocol specification](../../protocol.md).