pub const LENGTH_FIELD_LEN: usize = 3;
Expand description

Length of length field of a message. Actually 2 could be used, but here we use 3 due to the possibility of breaking: https://github.com/tokio-rs/tokio/issues/4184