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

Issue 243533003: Sent QUIC "PING" frames when a stream is open and the connection (Closed)

Created:
6 years, 8 months ago by Ryan Hamilton
Modified:
6 years, 8 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

Sent QUIC "PING" frames when a stream is open and the connection has been idle for the half idle network timeout. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264950 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264968

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 2

Patch Set 3 : cleanup #

Patch Set 4 : more cleanup #

Total comments: 7

Patch Set 5 : Add hack comments #

Patch Set 6 : fix comments #

Patch Set 7 : Fix comments #

Total comments: 6

Patch Set 8 : Really fix comments #

Patch Set 9 : override #

Patch Set 10 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -13 lines) Patch
M net/quic/quic_connection.h View 1 2 3 4 5 6 7 4 chunks +12 lines, -0 lines 0 comments Download
M net/quic/quic_connection.cc View 1 2 3 4 5 6 7 8 9 9 chunks +61 lines, -0 lines 0 comments Download
M net/quic/quic_connection_test.cc View 1 2 3 4 5 6 7 8 9 4 chunks +54 lines, -5 lines 0 comments Download
M net/quic/quic_protocol.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_session.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -1 line 0 comments Download
M net/quic/quic_session.cc View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_connection_peer.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/test_tools/quic_connection_peer.cc View 1 2 2 chunks +11 lines, -6 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Ryan Hamilton
6 years, 8 months ago (2014-04-18 20:53:04 UTC) #1
ramant (doing other things)
lgtm https://codereview.chromium.org/243533003/diff/20001/net/quic/quic_connection.cc File net/quic/quic_connection.cc (right): https://codereview.chromium.org/243533003/diff/20001/net/quic/quic_connection.cc#newcode1514 net/quic/quic_connection.cc:1514: //packet_generator_.AddControlFrame(QuicFrame(new QuicPingFrame)); nit: space between // and packet_generator_.... ...
6 years, 8 months ago (2014-04-18 21:20:00 UTC) #2
jar (doing other things)
https://codereview.chromium.org/243533003/diff/60001/net/quic/quic_connection.cc File net/quic/quic_connection.cc (right): https://codereview.chromium.org/243533003/diff/60001/net/quic/quic_connection.cc#newcode145 net/quic/quic_connection.cc:145: }; nit: NO_DEFAULT_COPY_AND_ASSIGN https://codereview.chromium.org/243533003/diff/60001/net/quic/quic_connection.cc#newcode1426 net/quic/quic_connection.cc:1426: SetPingAlarm(); Why don't we ...
6 years, 8 months ago (2014-04-18 21:57:13 UTC) #3
Ryan Hamilton
https://codereview.chromium.org/243533003/diff/20001/net/quic/quic_connection.cc File net/quic/quic_connection.cc (right): https://codereview.chromium.org/243533003/diff/20001/net/quic/quic_connection.cc#newcode1514 net/quic/quic_connection.cc:1514: //packet_generator_.AddControlFrame(QuicFrame(new QuicPingFrame)); On 2014/04/18 21:20:01, ramant wrote: > nit: ...
6 years, 8 months ago (2014-04-19 13:55:58 UTC) #4
jar (doing other things)
I was wondering about retransmission... as I think you were. My fear was that a ...
6 years, 8 months ago (2014-04-19 16:35:43 UTC) #5
jar (doing other things)
With the early return (discussed offline, and below) added, and the other small comments I ...
6 years, 8 months ago (2014-04-19 16:54:15 UTC) #6
Ryan Hamilton
Thanks for the weekend review. https://codereview.chromium.org/243533003/diff/160001/net/quic/quic_connection.cc File net/quic/quic_connection.cc (right): https://codereview.chromium.org/243533003/diff/160001/net/quic/quic_connection.cc#newcode1511 net/quic/quic_connection.cc:1511: void QuicConnection::SendPing() { On ...
6 years, 8 months ago (2014-04-19 19:18:48 UTC) #7
Ryan Hamilton
The CQ bit was checked by rch@chromium.org
6 years, 8 months ago (2014-04-19 19:18:53 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/243533003/180001
6 years, 8 months ago (2014-04-19 19:19:07 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-19 19:44:33 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_gn_rel
6 years, 8 months ago (2014-04-19 19:44:33 UTC) #11
Ryan Hamilton
The CQ bit was checked by rch@chromium.org
6 years, 8 months ago (2014-04-20 02:36:04 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/243533003/200001
6 years, 8 months ago (2014-04-20 02:36:13 UTC) #13
commit-bot: I haz the power
Change committed as 264950
6 years, 8 months ago (2014-04-20 22:13:25 UTC) #14
Ryan Hamilton
The CQ bit was checked by rch@chromium.org
6 years, 8 months ago (2014-04-21 01:50:29 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/243533003/210001
6 years, 8 months ago (2014-04-21 01:50:31 UTC) #16
commit-bot: I haz the power
6 years, 8 months ago (2014-04-21 06:26:59 UTC) #17
Message was sent while issue was closed.
Change committed as 264968

Powered by Google App Engine
This is Rietveld 408576698