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

Issue 1320303009: relnote: Allow individual QUIC writers to limit the maximum packet size. (Closed)

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

Description

relnote: Allow individual QUIC writers to limit the maximum packet size. Protected by FLAGS_quic_limit_mtu_by_writer, enabled by default. Since this CL, all QuicConnections are required to have a valid peer address when they are created. FIXED=23280955 Merge internal change: 101617105 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -44 lines) Patch
M net/quic/quic_chromium_client_session.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_connection.h View 2 chunks +8 lines, -1 line 0 comments Download
M net/quic/quic_connection.cc View 7 chunks +54 lines, -9 lines 0 comments Download
M net/quic/quic_connection_test.cc View 29 chunks +139 lines, -26 lines 0 comments Download
M net/quic/quic_default_packet_writer.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_default_packet_writer.cc View 1 chunk +5 lines, -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 +3 lines, -0 lines 0 comments Download
M net/quic/quic_packet_writer.h View 2 chunks +7 lines, -0 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/reliable_quic_stream_test.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/tools/quic/quic_client_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_default_packet_writer.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/quic_default_packet_writer.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/tools/quic/quic_packet_writer_wrapper.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/quic_packet_writer_wrapper.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/tools/quic/quic_per_connection_packet_writer.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/quic_per_connection_packet_writer.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/tools/quic/quic_simple_per_connection_packet_writer.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/quic_simple_per_connection_packet_writer.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/tools/quic/quic_simple_server_packet_writer.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/quic_simple_server_packet_writer.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
5 years, 3 months ago (2015-09-10 01:21:01 UTC) #1
Ryan Hamilton
5 years, 3 months ago (2015-09-10 14:28:38 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698