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

Issue 2014383002: relnote: Add a new class QuicBufferedPacketStore which is not in use yet. (Closed)

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

Description

relnote: Add a new class QuicBufferedPacketStore which is not in use yet. This class will be used to defer creation of connection till CHLO arrives. This class queues early arrived packets for limited number of connections and upto a limit of packets per connection. And it deletes the queue if alarm times out before CHLO arrives. Merge internal change: 122523940 and 123208220. BUG= R=rch@chromium.org Committed: https://crrev.com/dc2b6ce56f3c4646910d38eab054b2603471ca79 Cr-Commit-Position: refs/heads/master@{#396566}

Patch Set 1 #

Total comments: 1

Patch Set 2 : format comment and remove virtual modifier #

Total comments: 1

Patch Set 3 : Remove NET_EXPORT_PRIVATE #

Patch Set 4 : Add back NET_EXPORT_PRIVATE for QuicBufferedPakcetStore #

Patch Set 5 : add NEXT_EXPOERT_PRIVATE to BufferedPakcet #

Unified diffs Side-by-side diffs Delta from patch set Stats (+485 lines, -0 lines) Patch
M net/net.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
A net/quic/quic_buffered_packet_store.h View 1 2 3 4 1 chunk +121 lines, -0 lines 0 comments Download
A net/quic/quic_buffered_packet_store.cc View 1 2 1 chunk +142 lines, -0 lines 0 comments Download
A net/quic/quic_buffered_packet_store_test.cc View 1 chunk +219 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 29 (13 generated)
danzh1
4 years, 6 months ago (2016-05-26 21:48:56 UTC) #1
Ryan Hamilton
Can you remove "patch from issue 2007693002 at patchset 1 (http://crrev.com/2007693002#ps1)" from the CL description? ...
4 years, 6 months ago (2016-05-26 22:17:37 UTC) #2
danzh1
On 2016/05/26 22:17:37, Ryan Hamilton wrote: > Can you remove "patch from issue 2007693002 at ...
4 years, 6 months ago (2016-05-27 13:54:37 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2014383002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2014383002/20001
4 years, 6 months ago (2016-05-27 13:57:39 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/197507)
4 years, 6 months ago (2016-05-27 15:12:21 UTC) #8
Ryan Hamilton
LGTM. If the comments were wrapped strangely in the internal version, can you merge back ...
4 years, 6 months ago (2016-05-27 15:47:51 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2014383002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2014383002/40001
4 years, 6 months ago (2016-05-27 16:51:18 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/101518) mac_chromium_compile_dbg_ng on ...
4 years, 6 months ago (2016-05-27 17:07:22 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2014383002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2014383002/60001
4 years, 6 months ago (2016-05-27 17:19:00 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/78008) win_chromium_compile_dbg_ng on ...
4 years, 6 months ago (2016-05-27 18:19:29 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2014383002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2014383002/80001
4 years, 6 months ago (2016-05-27 19:04:26 UTC) #19
danzh1
On 2016/05/27 15:47:51, Ryan Hamilton wrote: > LGTM. If the comments were wrapped strangely in ...
4 years, 6 months ago (2016-05-27 20:44:37 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-05-27 21:09:20 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2014383002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2014383002/80001
4 years, 6 months ago (2016-05-27 21:21:37 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 6 months ago (2016-05-27 21:26:45 UTC) #27
commit-bot: I haz the power
4 years, 6 months ago (2016-05-27 21:29:34 UTC) #29
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/dc2b6ce56f3c4646910d38eab054b2603471ca79
Cr-Commit-Position: refs/heads/master@{#396566}

Powered by Google App Engine
This is Rietveld 408576698