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

Issue 2351673003: Add method QuicBufferedPacketStore::DiscardPackets (Closed)

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

Description

Add method QuicBufferedPacketStore::DiscardPackets This CL adds a method to QuicBufferedPacketStore to discard all packets associated with a connection ID. This functionality will be used where a CHLO is followed by a bunch of packets which get buffered while the CHLO is being processed by the stateless rejector logic. If the CHLO is rejected, the dispatcher will want to drop the buffered packets without processing them. Added new method not yet called. No functional change, not flag-protected. Merge internal change: 132995934 R=rch@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -0 lines) Patch
M net/quic/core/quic_buffered_packet_store.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/core/quic_buffered_packet_store.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/quic/core/quic_buffered_packet_store_test.cc View 1 chunk +94 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
Jana
4 years, 3 months ago (2016-09-19 19:07:59 UTC) #1
Ryan Hamilton
4 years, 3 months ago (2016-09-19 19:32:58 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698