DescriptionLanding Recent QUIC Changes.
Change how QUIC negotiates pacing from congestion feedback to QUIC
connection option.
Merge internal change: 73061068
https://codereview.chromium.org/471613002/
Add max_bandwidth and max_bandwidth_timestamp to QUIC source address
token.
Merge internal change: 73055131
https://codereview.chromium.org/463093003/
Don't print (SCUP) in log message, the DebugString that follows contains
this already.
Merge internal change: 73054570
https://codereview.chromium.org/464893003/
Do not support Quic timestamp feedback type in the framer.
Merge internal change: 72905602
https://codereview.chromium.org/467893002/
Change 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
https://codereview.chromium.org/461183002/
QUIC - clean up changes to keep in sync with internal source tree.
https://codereview.chromium.org/454263002/
R=rch@chromium.org
TBR=thestig@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290018
Patch Set 1 #
Total comments: 2
Messages
Total messages: 8 (0 generated)
|