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

Issue 2005853002: Ignore the peer's receive buffer in QUIC and instead set the max CWND to 2000 packets. Protected b… (Closed)

Created:
4 years, 7 months ago by Fan Yang
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@122420070
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Ignore the peer's receive buffer in QUIC and instead set the max CWND to 2000 packets. Protected by FLAGS_quic_ignore_srbf. Merge internal change: 122422703 R=rch@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -3 lines) Patch
M net/quic/congestion_control/pacing_sender.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/congestion_control/send_algorithm_interface.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/congestion_control/send_algorithm_interface.cc View 1 chunk +4 lines, -1 line 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_bytes.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_bytes_test.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_packets.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_packets_test.cc View 2 chunks +21 lines, -0 lines 0 comments Download
M net/quic/quic_config.h View 1 chunk +1 line, -0 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 +4 lines, -0 lines 0 comments Download
M net/quic/quic_protocol.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 2 chunks +2 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 4 (2 generated)
Fan Yang
4 years, 7 months ago (2016-05-23 14:23:35 UTC) #3
Ryan Hamilton
4 years, 7 months ago (2016-05-23 15:50:26 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698