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

Issue 2313053002: Limits only 16 new QUIC connections can be opened per socket event for QuicSimpleServer. Fix test f… (Closed)

Created:
4 years, 3 months ago by danzh1
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

Limits only 16 new QUIC connections can be opened per socket event for QuicSimpleServer. Fix test failure in https://codereview.chromium.org/2310543002/ which missed necessary changes to QuicSimpleServer. This is a continuation of merging internal change: 131102299 R=rch@chromium.org BUG= Committed: https://crrev.com/2a5b9a61e64f1d27400ea6a0496bfbdba749ebca Cr-Commit-Position: refs/heads/master@{#417099}

Patch Set 1 #

Total comments: 3

Patch Set 2 : don't reset read_pending_ while wait async read #

Total comments: 1

Patch Set 3 : use synchronous_read_count_ as indicator of new read loop #

Total comments: 3

Patch Set 4 : refine comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -1 line) Patch
M net/quic/core/quic_flags_list.h View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_simple_server.cc View 1 2 3 3 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (17 generated)
danzh1
4 years, 3 months ago (2016-09-06 20:27:15 UTC) #1
Ryan Hamilton
https://codereview.chromium.org/2313053002/diff/1/net/tools/quic/quic_simple_server.cc File net/tools/quic/quic_simple_server.cc (right): https://codereview.chromium.org/2313053002/diff/1/net/tools/quic/quic_simple_server.cc#newcode171 net/tools/quic/quic_simple_server.cc:171: read_pending_ = false; This looks like a bug. read_pending_ ...
4 years, 3 months ago (2016-09-06 21:18:33 UTC) #7
danzh1
On 2016/09/06 21:18:33, Ryan Hamilton wrote: > https://codereview.chromium.org/2313053002/diff/1/net/tools/quic/quic_simple_server.cc > File net/tools/quic/quic_simple_server.cc (right): > > https://codereview.chromium.org/2313053002/diff/1/net/tools/quic/quic_simple_server.cc#newcode171 ...
4 years, 3 months ago (2016-09-06 22:57:56 UTC) #12
Ryan Hamilton
https://codereview.chromium.org/2313053002/diff/20001/net/tools/quic/quic_simple_server.cc File net/tools/quic/quic_simple_server.cc (right): https://codereview.chromium.org/2313053002/diff/20001/net/tools/quic/quic_simple_server.cc#newcode151 net/tools/quic/quic_simple_server.cc:151: if (check_packet_buffer) { I wonder if you could simply ...
4 years, 3 months ago (2016-09-06 23:21:46 UTC) #13
danzh1
On 2016/09/06 23:21:46, Ryan Hamilton wrote: > https://codereview.chromium.org/2313053002/diff/20001/net/tools/quic/quic_simple_server.cc > File net/tools/quic/quic_simple_server.cc (right): > > https://codereview.chromium.org/2313053002/diff/20001/net/tools/quic/quic_simple_server.cc#newcode151 ...
4 years, 3 months ago (2016-09-07 14:18:31 UTC) #18
Ryan Hamilton
Sweet! Looking good. https://codereview.chromium.org/2313053002/diff/40001/net/tools/quic/quic_simple_server.cc File net/tools/quic/quic_simple_server.cc (right): https://codereview.chromium.org/2313053002/diff/40001/net/tools/quic/quic_simple_server.cc#newcode151 net/tools/quic/quic_simple_server.cc:151: if (synchronous_read_count_ == 0) { If ...
4 years, 3 months ago (2016-09-07 19:46:18 UTC) #21
danzh1
On 2016/09/07 19:46:18, Ryan Hamilton wrote: > Sweet! Looking good. > > https://codereview.chromium.org/2313053002/diff/40001/net/tools/quic/quic_simple_server.cc > File ...
4 years, 3 months ago (2016-09-07 21:13:33 UTC) #22
danzh1
On 2016/09/07 21:13:33, danzh1 wrote: > On 2016/09/07 19:46:18, Ryan Hamilton wrote: > > Sweet! ...
4 years, 3 months ago (2016-09-07 21:14:16 UTC) #23
Ryan Hamilton
lgtm
4 years, 3 months ago (2016-09-07 21:47:46 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2313053002/60001
4 years, 3 months ago (2016-09-07 21:48:26 UTC) #26
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-07 22:34:31 UTC) #27
commit-bot: I haz the power
4 years, 3 months ago (2016-09-07 22:36:09 UTC) #29
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2a5b9a61e64f1d27400ea6a0496bfbdba749ebca
Cr-Commit-Position: refs/heads/master@{#417099}

Powered by Google App Engine
This is Rietveld 408576698