From dc2f2f99538dfc2c86bdc2774a5326745b5f6777 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Thu, 24 Sep 2020 11:23:12 +0200 Subject: [PATCH] plaintext/README: Apply suggestions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Raúl Kripalani --- plaintext/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plaintext/README.md b/plaintext/README.md index 45b14eb..f4f772b 100644 --- a/plaintext/README.md +++ b/plaintext/README.md @@ -112,11 +112,10 @@ section of the connection establishment spec][conn-spec-protocol-negotiation]. ### Message Framing -All [plaintext protocol specific messages](#messages) sent over the wire are +All [handshake messages](#messages) sent over the wire are prefixed with the message length in bytes, encoded as an unsigned variable length integer as defined by the [multiformats unsigned-varint -spec][uvarint-spec]. Data send via a negotiated plaintext protocol connection is -not prefixed with the data length, but send as is. +spec][uvarint-spec]. Actual payloads exchanged once the plaintext handshake has completed are NOT prefixed with their lengths, but sent as-is. ### Exchange