fix: secio doesnt use varint

This commit is contained in:
Jacob Heun
2019-11-21 14:14:40 -06:00
parent 762aa74ec4
commit dbfc0433e7

View File

@@ -124,8 +124,7 @@ negotiation.
### Message framing ### Message framing
All messages sent over the wire are prefixed with the message length in bytes, All messages sent over the wire are prefixed with the message length in bytes,
encoded as an unsigned variable length integer as defined encoded as an unsigned 32-bit Big Endian integer.
by the [multiformats unsigned-varint spec][unsigned-varint].
### Proposal Generation ### Proposal Generation