pub const ACK_TIMEOUT: Duration;Expand description
How long the complete control round-trip (open, write and ack read) may
take before failing with Error::AckTimeout.
This bounds control-stream opening, writing, and acknowledgement reading.
pub const ACK_TIMEOUT: Duration;How long the complete control round-trip (open, write and ack read) may
take before failing with Error::AckTimeout.
This bounds control-stream opening, writing, and acknowledgement reading.