Function encode_to_network_packet

Source
pub fn encode_to_network_packet(
    raw_packet: &[u8],
    compression_threshold: Option<u32>,
    cipher: &mut Option<Aes128CfbEnc>,
) -> Vec<u8>