Constant ssh_packet::PACKET_MIN_SIZE
source · pub const PACKET_MIN_SIZE: usize = 16;Expand description
Minimum size for a SSH packet, coincidentally this is the largest block cipher’s block-size.
pub const PACKET_MIN_SIZE: usize = 16;Minimum size for a SSH packet, coincidentally this is the largest block cipher’s block-size.