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

Issue 11958018: Queueing QUIC frames to be resent instead of packets and packing RST frames with acks and congestio… (Closed)

Created:
7 years, 11 months ago by Ryan Hamilton
Modified:
7 years, 11 months ago
CC:
chromium-reviews, pam+watch_chromium.org, cbentzel+watch_chromium.org, darin-cc_chromium.org, Ian Swett
Visibility:
Public.

Description

Queueing QUIC frames to be resent instead of packets and packing RST frames with acks and congestion info frames. Merge internal change: 40834055 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177348

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -176 lines) Patch
M net/quic/quic_connection.h View 5 chunks +20 lines, -11 lines 0 comments Download
M net/quic/quic_connection.cc View 11 chunks +115 lines, -38 lines 7 comments Download
M net/quic/quic_connection_test.cc View 5 chunks +22 lines, -21 lines 0 comments Download
M net/quic/quic_data_writer.h View 1 chunk +0 lines, -7 lines 0 comments Download
M net/quic/quic_data_writer.cc View 1 chunk +0 lines, -30 lines 0 comments Download
M net/quic/quic_framer.h View 1 chunk +0 lines, -5 lines 0 comments Download
M net/quic/quic_framer.cc View 3 chunks +2 lines, -13 lines 0 comments Download
M net/quic/quic_packet_creator.h View 1 chunk +8 lines, -11 lines 0 comments Download
M net/quic/quic_packet_creator.cc View 8 chunks +19 lines, -29 lines 0 comments Download
M net/quic/quic_packet_creator_test.cc View 9 chunks +18 lines, -7 lines 0 comments Download
M net/quic/quic_protocol.h View 2 chunks +3 lines, -3 lines 0 comments Download
M net/quic/quic_protocol.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Ryan Hamilton
7 years, 11 months ago (2013-01-16 19:55:53 UTC) #1
jar (doing other things)
LGTM Two nits below for Ian to consider upstreaming. https://codereview.chromium.org/11958018/diff/1/net/quic/quic_connection.cc File net/quic/quic_connection.cc (right): https://codereview.chromium.org/11958018/diff/1/net/quic/quic_connection.cc#newcode117 net/quic/quic_connection.cc:117: ...
7 years, 11 months ago (2013-01-16 23:59:11 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/11958018/1
7 years, 11 months ago (2013-01-17 02:28:41 UTC) #3
commit-bot: I haz the power
Change committed as 177348
7 years, 11 months ago (2013-01-17 04:51:55 UTC) #4
Ian Swett
Changes made in a new CL. https://codereview.chromium.org/11958018/diff/1/net/quic/quic_connection.cc File net/quic/quic_connection.cc (right): https://codereview.chromium.org/11958018/diff/1/net/quic/quic_connection.cc#newcode117 net/quic/quic_connection.cc:117: for (UnackedPacketMap::iterator u ...
7 years, 11 months ago (2013-01-17 15:33:27 UTC) #5
jar (doing other things)
7 years, 11 months ago (2013-01-17 16:14:32 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/11958018/diff/1/net/quic/quic_connection.cc
File net/quic/quic_connection.cc (right):

https://codereview.chromium.org/11958018/diff/1/net/quic/quic_connection.cc#n...
net/quic/quic_connection.cc:121: STLDeleteValues(&unacked_packets_);
On 2013/01/17 15:33:27, ianswett wrote:
> 
> What about renaming DeleteUnackedPacket() to DeleteEnclosedFrames()?

+1  That would certainly help IMO.

Powered by Google App Engine
This is Rietveld 408576698