DescriptionLand Recent QUIC Changes.
Change QUIC's RTO implementation. Protected by FLAGS_quic_use_new_rto.
Decides whether to invoke SendAlgorithmInterface's
OnRetransmissionTimeout after an ack has been received instead of
pro-actively invoking it and then having to revert it.
Fix a minor QUIC bug when both quic_use_new_rto and
quic_rto_uses_last_sent were enabled, a spurious retransmission didn't
expire the SRTT.
Merge internal change: 83625311, 83966746
https://codereview.chromium.org/841603005/
Remove unused original transmission stats from QuicAckNotifier.
No behavior change.
Merge internal change: 83598791
https://codereview.chromium.org/798873005/
Removing quic version 21
Merge internal change: 83551025
https://codereview.chromium.org/786953009/
Fixes typo, changing OnSpuriousPacketRetransmition to
OnSpuriousPacketRetransmission.
Merge internal change: 83546153
https://codereview.chromium.org/837273004/
Adds an alarm for sending a QUIC FEC packet.
This CL adds an alarm for sending an FEC packet. The alarm is based on
the connection's SRTT, and is set when the first FEC protected packet in
an FEC group is sent. This alarm puts some time between the sending of
an FEC protected packet and the corresponding FEC packet, to reduce the
probability of both these packets getting dropped in the network.
Merge internal change: 83543120
https://codereview.chromium.org/839163003/
Tell the QUIC AckNotifierManager about packets on serialization, rather
than when successfully sent.
Protected by ENABLEd FLAGS_quic_ack_notifier_informed_on_serialized.
Merge internal change: 83525991
https://codereview.chromium.org/854463003/
R=rch@chromium.org
BUG=448688
Committed: https://crrev.com/5d9c02ca6f59328fe2191422fa950301187a36ff
Cr-Commit-Position: refs/heads/master@{#311789}
Patch Set 1 #Patch Set 2 : Fix the data race in bug 448688 #Patch Set 3 : Removed extra blank line #
Messages
Total messages: 9 (2 generated)
|