DescriptionChange 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.
Merge internal change: 83625311
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: 83966746
R=ianswett@google.com, rch@chromium.org
Patch Set 1 #
Total comments: 3
Patch Set 2 : Merge internal change: 83966746 #
Messages
Total messages: 11 (3 generated)
|