pub const MAX_PENDING_ACKS: usize = 100;
Maximum number of consecutive PENDING_ACKs honoured for one command.
A device is free to keep asking for more time; this bounds a misbehaving one that never finishes.