Skip to main content

MAX_PENDING_ACK_WAIT

Constant MAX_PENDING_ACK_WAIT 

Source
pub const MAX_PENDING_ACK_WAIT: Duration;
Expand description

Ceiling on the extension a single PENDING_ACK may request.

The field is 16-bit milliseconds, so the wire maximum is ~65 s. Cap it well below that: an honest device asks for tens or hundreds of milliseconds, and this keeps a garbage value from hanging the caller.