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

Issue 968923005: Remove TCP and BBR's max congestion window. No practical change, (Closed)

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

Description

Remove TCP and BBR's max congestion window. No practical change, because Chrome's receive window is the limiting factor. Adds kMaxReportedCwnd and kMaxReorderingForRtt as constants to replace the max CWND in classes that used to rely on max CWND. Merge internal change: 87346681 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -123 lines) Patch
M net/quic/congestion_control/send_algorithm_interface.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.h View 3 chunks +1 line, -6 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.cc View 5 chunks +14 lines, -22 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_test.cc View 6 chunks +10 lines, -77 lines 0 comments Download
M net/quic/quic_connection.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M net/quic/quic_connection_test.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M net/quic/quic_protocol.h View 1 chunk +6 lines, -3 lines 0 comments Download
M net/quic/quic_unacked_packet_map.cc View 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
5 years, 9 months ago (2015-03-02 22:51:15 UTC) #1
Ryan Hamilton
5 years, 9 months ago (2015-03-03 05:04:59 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698