mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-20 05:16:35 +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.