mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-08 23:08:09 -05:00
fix: secio doesnt use varint
This commit is contained in:
@@ -124,8 +124,7 @@ negotiation.
|
||||
### Message framing
|
||||
|
||||
All 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][unsigned-varint].
|
||||
encoded as an unsigned 32-bit Big Endian integer.
|
||||
|
||||
### Proposal Generation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user