Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Issue 824693007: Add a new RTO connection option to QUIC. Flag protected behind the (Closed)

Created:
5 years, 11 months ago by ramant (doing other things)
Modified:
5 years, 11 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@merge_83993217
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a new RTO connection option to QUIC. Flag protected behind the existing flag FLAGS_quic_use_new_rto. This new RTO connection option uses loss detection to reduce the congestion window after an RTO, instead of always reducing the CWND to 2. Merge internal change: 84036848 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -3 lines) Patch
M net/quic/crypto/crypto_protocol.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_sent_packet_manager.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 4 chunks +8 lines, -2 lines 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 4 chunks +75 lines, -1 line 0 comments Download
M net/quic/test_tools/quic_sent_packet_manager_peer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_sent_packet_manager_peer.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
5 years, 11 months ago (2015-01-22 20:39:16 UTC) #1
Ryan Hamilton
5 years, 11 months ago (2015-01-22 21:57:59 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698