Skip to main content

write_length_prefixed

Function write_length_prefixed 

Source
pub fn write_length_prefixed(
    stream: &mut TcpStream,
    data: &[u8],
) -> Result<(), TransportError>
Expand description

Write a length-prefixed frame: compress, then write 4-byte BE length + framed payload.