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

Issue 2388153005: Record a QUIC packet as received once it's been decrypted, instead of waiting for it to be fully pr… (Closed)

Created:
4 years, 2 months ago by rjshade
Modified:
4 years, 2 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Record a QUIC packet as received once it's been decrypted, instead of waiting for it to be fully processed. Protected by FLAGS_quic_receive_packet_once_decrypted. Processes stop waiting frames immediately, so it no longer uses last_stop_waiting_frame_ in QuicConnection. Merge internal change: 134893437 R=rch@chromium.org BUG=

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -23 lines) Patch
M net/quic/core/quic_connection.h View 1 chunk +4 lines, -0 lines 1 comment Download
M net/quic/core/quic_connection.cc View 6 chunks +54 lines, -22 lines 0 comments Download
M net/quic/core/quic_connection_test.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M net/quic/core/quic_flags_list.h View 1 chunk +5 lines, -0 lines 0 comments Download
M net/quic/core/quic_received_packet_manager.cc View 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
rjshade
4 years, 2 months ago (2016-10-05 17:45:45 UTC) #1
Ryan Hamilton
4 years, 2 months ago (2016-10-06 02:16:18 UTC) #2
lgtm

https://codereview.chromium.org/2388153005/diff/1/net/quic/core/quic_connecti...
File net/quic/core/quic_connection.h (right):

https://codereview.chromium.org/2388153005/diff/1/net/quic/core/quic_connecti...
net/quic/core/quic_connection.h:913: //
gfe2_reloadable_flag_quic_receive_packet_once_decrypted is deprecated.
nit: can you fix the flag name (in the final CL is fine)

Powered by Google App Engine
This is Rietveld 408576698