plaintext/README: Wrap lines

This commit is contained in:
Max Inden
2020-09-24 11:24:06 +02:00
parent dc2f2f9953
commit c1e678b2e6

View File

@@ -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