pub fn encode_ack_bytes(batch_id: u64) -> [u8; 44]
Encode an ACK frame directly into a stack-allocated buffer. Avoids the Vec<u8> allocation that encode_frame requires.
Vec<u8>
encode_frame