commit | 1fb9bc573461e2406bf9395cdd349c59cb2b01c9 | [log] [tgz] |
---|---|---|
author | zhongyi <[email protected]> | Tue Nov 24 23:09:42 2015 |
committer | Commit bot <[email protected]> | Tue Nov 24 23:10:50 2015 |
tree | f6aa65b824e9b8d526140b31ed588dab7ffc7e62 | |
parent | 0a60dc2a98dab6a906d4ab3bc730f37c1546d755 [diff] |
Landing Recent QUIC changes until and including Tue Nov 17 21:35:40 2015 Replace QUIC's TcpLossAlgorithm and TimeLossAlgorithm with a GeneralLossAlgorithm. Flag protected by gfe2_reloadable_flag_quic_general_loss_algorithm. Merge Internal Change: 108073629 https://codereview.chromium.org/1471963004/ Replace QUIC's all_transmissions list with a retransmission packet number. Protected by quic_track_single_retransmission. Merge internal change: 108055501 https://codereview.chromium.org/1475533002/ Remove TOO_MANY_UNFINISHED_STREAMS from error code list. After deprecation of the feature flag gfe2_reloadable_flag_quic_count_unfinished_as_open_streams, QUIC_TOO_MANY_UNFINISHED_STREAMS is not in use anymore. Merge internal change: 107987397 https://codereview.chromium.org/1469183004/ Change to passing a TransmissionInfo* into QuicUnackedPacketMap to save extra lookups. No functional change. Estimated to save 0.5% on bandaid GFEs. Merge internal change: 107981081 https://codereview.chromium.org/1470183003/ Review URL: https://codereview.chromium.org/1471343003 Cr-Commit-Position: refs/heads/master@{#361483}