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

Issue 1028633006: Low-impact. Dispatcher now uses QuicServerSession, not QuicSession. (Closed)

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

Description

Low-impact. Dispatcher now uses QuicServerSession, not QuicSession. This is a preparatory step for a group of upcoming changes with regards to Stateless Rejects. For stateless rejects, we'd like the dispatcher to access QuicServerSession server-specific information within the session. In order to do that, we need the dispatcher to contain a QuicServerSession object, rather than just a generic QuicSession object. Merge internal change: 88758328 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -51 lines) Patch
M net/quic/quic_connection.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_dispatcher.h View 5 chunks +10 lines, -9 lines 0 comments Download
M net/quic/quic_dispatcher.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M net/tools/quic/quic_dispatcher.h View 5 chunks +10 lines, -9 lines 0 comments Download
M net/tools/quic/quic_dispatcher.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M net/tools/quic/quic_dispatcher_test.cc View 8 chunks +38 lines, -21 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
5 years, 9 months ago (2015-03-22 04:00:53 UTC) #1
Ryan Hamilton
5 years, 9 months ago (2015-03-22 17:10:13 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698