MAX_ACKNOWLEDGEMENTS_BATCH_SIZE

Constant MAX_ACKNOWLEDGEMENTS_BATCH_SIZE 

Source
pub const MAX_ACKNOWLEDGEMENTS_BATCH_SIZE: usize = _; // 10usize
Expand 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.