pub const MAX_ACKNOWLEDGEMENTS_BATCH_SIZE: usize = _; // 10usizeExpand description
Maximum number of acknowledgements that can be packed into a single HOPR packet.
Currently, the [HoprPacket::PAYLOAD_SIZE] minus 16-bit acknowledgement batch size counter
divided by Acknowledgement::SIZE.