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

Issue 271443008: Minor QUIC cleanup to combine QuicUnackedPacketMap's RemovePacket and (Closed)

Created:
6 years, 7 months ago by ramant (doing other things)
Modified:
6 years, 7 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

Minor QUIC cleanup to combine QuicUnackedPacketMap's RemovePacket and NeuterPacket into RemoveOrNeuterPacket. This prevents potential bugs where a packet can be set not pending, then neuter'd, which cuases the packet to never be removed from the unacked packet map. Merge internal change: 66306887 R=rch@chromium.org

Patch Set 1 #

Patch Set 2 : Sending for review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -51 lines) Patch
M net/quic/congestion_control/tcp_loss_algorithm_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 1 4 chunks +3 lines, -13 lines 0 comments Download
M net/quic/quic_unacked_packet_map.h View 1 chunk +3 lines, -7 lines 0 comments Download
M net/quic/quic_unacked_packet_map.cc View 4 chunks +17 lines, -30 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
6 years, 7 months ago (2014-05-07 01:46:46 UTC) #1
Ryan Hamilton
6 years, 7 months ago (2014-05-07 02:39:52 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698