mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-25 07:41:34 +00:00
The secio spec states that each frame must be prefix with a 32-bit big endian length prefix so we can not use an unsigned varint here.
The secio spec states that each frame must be prefix with a 32-bit big endian length prefix so we can not use an unsigned varint here.