Constant OUTBOUND_BYTE_LIMIT
const OUTBOUND_BYTE_LIMIT: usize = _; // 262_144usizeExpand description
Soft cap, in bytes, on the pending outbound buffer; new commands are not accepted while this many encoded bytes are still waiting to be written. Bounds memory when the peer stalls. Soft because a single in-progress packet may push the buffer past the limit before intake pauses.