mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-09 15:28:03 -05:00
fix: secio doesnt use varint
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user