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

Issue 1761253002: Make QUIC version negotiation stateless. The QUIC dispatcher now detects version mismatch before cr… (Closed)

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

Description

Make QUIC version negotiation stateless. The QUIC dispatcher now detects version mismatch before creating a QUIC session and sends out a version negotiation packet at that point. Protected by --Flag_quic_stateless_version_negotiation Merge internal change: 115603675 R=rch@chromium.org BUG=

Patch Set 1 #

Patch Set 2 : Update dependency #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -8 lines) Patch
M net/quic/quic_flags.h View 1 chunk +2 lines, -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_framer.h View 2 chunks +4 lines, -0 lines 0 comments Download
M net/quic/quic_framer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/quic_dispatcher.h View 2 chunks +5 lines, -0 lines 0 comments Download
M net/tools/quic/quic_dispatcher.cc View 3 chunks +33 lines, -6 lines 0 comments Download
M net/tools/quic/quic_dispatcher_test.cc View 5 chunks +49 lines, -2 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager.h View 1 chunk +8 lines, -0 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager_test.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M net/tools/quic/test_tools/mock_quic_time_wait_list_manager.h View 1 chunk +6 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
danzh1
4 years, 9 months ago (2016-03-04 05:13:04 UTC) #1
Ryan Hamilton
4 years, 9 months ago (2016-03-04 15:01:08 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698