From c1e678b2e66259424ba78da30455ff274e3d010f Mon Sep 17 00:00:00 2001 From: Max Inden Date: Thu, 24 Sep 2020 11:24:06 +0200 Subject: [PATCH] plaintext/README: Wrap lines --- plaintext/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plaintext/README.md b/plaintext/README.md index f4f772b..3c297db 100644 --- a/plaintext/README.md +++ b/plaintext/README.md @@ -112,10 +112,11 @@ section of the connection establishment spec][conn-spec-protocol-negotiation]. ### Message Framing -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]. Actual payloads exchanged once the plaintext handshake has completed are NOT prefixed with their lengths, but sent as-is. +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]. Actual +payloads exchanged once the plaintext handshake has completed are NOT prefixed +with their lengths, but sent as-is. ### Exchange