pub const MAX_RECORD_SIZE: usize = 16662;
Maximum size of a fully framed TLS record (5-byte header + payload + padding + tag). 5 + 16384 + 1 + 256 + 16 = 16662.