pub const PACKET_MAX_SIZE: usize = _; // 65_535usize
Maximum size for a SSH packet, coincidentally this is the maximum size for a TCP packet.