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

Issue 2229023002: Track when QUIC connections are application limited. Protected by quic_enable_app_limited_check. (Closed)

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

Description

Track when QUIC connections are application limited. Protected by quic_enable_app_limited_check. This CL notifies the congestion control algorithm when the connection has no outstanding data to send. No behavior change is expected. Merge internal change: 129351671 R=rch@chromium.org BUG=

Patch Set 1 #

Patch Set 2 : git pull upper stream #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -1 line) Patch
M net/quic/core/congestion_control/pacing_sender.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/core/congestion_control/pacing_sender.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/core/congestion_control/send_algorithm_interface.h View 1 chunk +14 lines, -0 lines 0 comments Download
M net/quic/core/congestion_control/tcp_cubic_sender_base.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/core/congestion_control/tcp_cubic_sender_base.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/core/quic_connection.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/quic/core/quic_connection.cc View 2 chunks +30 lines, -0 lines 0 comments Download
M net/quic/core/quic_connection_test.cc View 3 chunks +54 lines, -1 line 0 comments Download
M net/quic/core/quic_flags.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/core/quic_flags.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/quic/core/quic_multipath_sent_packet_manager.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/core/quic_multipath_sent_packet_manager.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M net/quic/core/quic_multipath_sent_packet_manager_test.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M net/quic/core/quic_sent_packet_manager.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/core/quic_sent_packet_manager.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/quic/core/quic_sent_packet_manager_interface.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/quic/core/quic_session_test.cc View 5 chunks +50 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 2 chunks +2 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 14 (12 generated)
danzh1
4 years, 4 months ago (2016-08-09 16:54:04 UTC) #1
Ryan Hamilton
4 years, 4 months ago (2016-08-09 19:14:26 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698