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

Issue 687093002: Move receive_window_ from BbrTcpSender and TcpCubicSender to (Closed)

Created:
6 years, 1 month ago by ramant (doing other things)
Modified:
6 years, 1 month ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@Gathering_ClientConnectionStats_78688302
Project:
chromium
Visibility:
Public.

Description

Move receive_window_ from BbrTcpSender and TcpCubicSender to QuicSentPacketManager, since it's not specific to a congestion algorithm. Merge internal change: 78692549 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -79 lines) Patch
M net/quic/congestion_control/pacing_sender.h View 1 chunk +0 lines, -3 lines 0 comments Download
M net/quic/congestion_control/pacing_sender.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M net/quic/congestion_control/send_algorithm_interface.h View 1 chunk +0 lines, -5 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.h View 3 chunks +0 lines, -10 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender.cc View 5 chunks +2 lines, -20 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_test.cc View 4 chunks +7 lines, -9 lines 0 comments Download
M net/quic/quic_connection_test.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/quic_protocol.h View 1 chunk +4 lines, -1 line 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 +12 lines, -2 lines 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 3 chunks +35 lines, -2 lines 0 comments Download
M net/quic/test_tools/quic_config_peer.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_config_peer.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_sent_packet_manager_peer.h View 1 chunk +8 lines, -5 lines 0 comments Download
M net/quic/test_tools/quic_sent_packet_manager_peer.cc View 2 chunks +17 lines, -11 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
6 years, 1 month ago (2014-10-29 03:54:37 UTC) #1
Ryan Hamilton
6 years, 1 month ago (2014-10-29 22:45:43 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698