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

Issue 556103002: Simplify QuicUnackedPacketMap's RemovePreviousTransmissions by always (Closed)

Created:
6 years, 3 months ago by ramant (doing other things)
Modified:
6 years, 3 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@discard_old_packets_74814618
Project:
chromium
Visibility:
Public.

Description

Simplify QuicUnackedPacketMap's RemovePreviousTransmissions by always removing all old transmissions. When truncated acks start arriving, they don't stop until least_unacked is raised, which takes an entire RTT, so this is the eventual effect of all those truncated acks. Instead, remove all of them the first time. Merge internal change: 74881713 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -10 lines) Patch
M net/quic/quic_sent_packet_manager.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/quic/quic_unacked_packet_map.h View 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/quic_unacked_packet_map.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M net/quic/quic_unacked_packet_map_test.cc View 1 chunk +26 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
6 years, 3 months ago (2014-09-10 00:36:58 UTC) #1
Ryan Hamilton
6 years, 3 months ago (2014-09-10 15:45:16 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698