Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(503)

Issue 2064543002: Add a new rate based sending connection option which uses the pacing rate to keep the bytes_in_flig… (Closed)

Created:
4 years, 6 months ago by jokulik
Modified:
4 years, 6 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, ianswett
Base URL:
https://chromium.googlesource.com/chromium/src.git@124273380
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a new rate based sending connection option which uses the pacing rate to keep the bytes_in_flight close to the CWND. Protected by flag quic_rate_based_sending. Merge internal change: 124302573 [email protected] BUG=

Patch Set 1 #

Patch Set 2 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -25 lines) Patch
M net/quic/congestion_control/pacing_sender.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/congestion_control/pacing_sender.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M net/quic/congestion_control/pacing_sender_test.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M net/quic/congestion_control/send_algorithm_interface.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_base.h View 2 chunks +4 lines, -1 line 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_base.cc View 5 chunks +19 lines, -1 line 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_bytes_test.cc View 1 chunk +36 lines, -2 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_packets_test.cc View 1 chunk +36 lines, -2 lines 0 comments Download
M net/quic/crypto/crypto_protocol.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_connection_test.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_flags.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_flags.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_http_stream_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
jokulik
4 years, 6 months ago (2016-06-13 02:42:38 UTC) #1
Ryan Hamilton
4 years, 6 months ago (2016-06-13 18:57:12 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698