DescriptionChange QUIC's delayed ack timer from 100ms to 25ms.
Rationale: This delay kicks in when the receiver is waiting for a second
data packet before sending an ack, and 100ms seems inordinately long for
this wait. The timer fires per-packet in low-bandwidth network paths
(BW < ~384 kbps), where more frequent acks helps with (i) ack clocking,
and (ii) better bw estimation for BBR.
Merge internal change: 72788368
R=jri@chromium.org, rch@chromium.org
Patch Set 1 #
Total comments: 3
Messages
Total messages: 5 (0 generated)
|