Constant ssh_packet::PACKET_MAX_SIZE
source · pub const PACKET_MAX_SIZE: usize = _; // 65_535usizeExpand description
Maximum size for a SSH packet, coincidentally this is the maximum size for a TCP packet.
pub const PACKET_MAX_SIZE: usize = _; // 65_535usizeMaximum size for a SSH packet, coincidentally this is the maximum size for a TCP packet.