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

Issue 2099313003: Change QuicBufferedPacketStore to store QuicReceivedPackets instead of QuicEncrypterPackets, since … (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@125727775
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change QuicBufferedPacketStore to store QuicReceivedPackets instead of QuicEncrypterPackets, since that is what the Dispatcher uses. Also to take a const clock. Add a method for checking if packets are buffered for a connection ID. Also clang-format these files since they appear to be incorrectly styled. n/a - currently unused code Merge internal change: 125777729 BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -19 lines) Patch
M net/quic/quic_buffered_packet_store.h View 5 chunks +8 lines, -5 lines 0 comments Download
M net/quic/quic_buffered_packet_store.cc View 6 chunks +13 lines, -6 lines 0 comments Download
M net/quic/quic_buffered_packet_store_test.cc View 7 chunks +20 lines, -8 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 4 (1 generated)
Ryan Hamilton
4 years, 5 months ago (2016-06-27 21:10:53 UTC) #2
Ryan Hamilton
4 years, 5 months ago (2016-06-27 21:10:54 UTC) #3
ramant (doing other things)
4 years, 5 months ago (2016-06-27 22:25:55 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698