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

Issue 2101353003: Add a new kMIDS (Max Incoming Dynamic Streams) config option, to eventually replace kMSPC. (Closed)

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

Description

Add a new kMIDS (Max Incoming Dynamic Streams) config option, to eventually replace kMSPC. Adds QUIC_VERSION_35 which allows endpoints to independently set max open streams. Protected by FLAGS_quic_enable_version_35 Merge internal change: 125773608 R=rtenneti@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -41 lines) Patch
M net/quic/crypto/crypto_protocol.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_config.h View 2 chunks +12 lines, -0 lines 0 comments Download
M net/quic/quic_config.cc View 5 chunks +25 lines, -1 line 0 comments Download
M net/quic/quic_config_test.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M net/quic/quic_crypto_client_stream_test.cc View 1 chunk +4 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_protocol.h View 2 chunks +4 lines, -3 lines 0 comments Download
M net/quic/quic_protocol.cc View 3 chunks +15 lines, -2 lines 0 comments Download
M net/quic/quic_server_session_base_test.cc View 3 chunks +11 lines, -3 lines 0 comments Download
M net/quic/quic_session.cc View 3 chunks +30 lines, -14 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/test_tools/crypto_test_utils.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M net/quic/test_tools/mock_crypto_client_stream.cc View 2 chunks +3 lines, -0 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/tools/quic/end_to_end_test.cc View 4 chunks +76 lines, -0 lines 0 comments Download
M net/tools/quic/quic_client_session_test.cc View 4 chunks +24 lines, -7 lines 0 comments Download
M net/tools/quic/quic_simple_server_session_test.cc View 2 chunks +5 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 2 (0 generated)
Ryan Hamilton
4 years, 5 months ago (2016-06-28 22:37:04 UTC) #1
ramant (doing other things)
4 years, 5 months ago (2016-06-28 23:11:56 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698