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

Issue 1008593005: Add a new method to the QuicUnackedPacketMap to stop retransmitting (Closed)

Created:
5 years, 9 months ago by ramant (doing other things)
Modified:
5 years, 9 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@Create_TcpCubicSender_88159377
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a new method to the QuicUnackedPacketMap to stop retransmitting stream frames for a given stream. Will be wired up so that data will not be restransmitted for a stream that is reset. No behavior changes in this CL. Merge internal change: 88162937 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -0 lines) Patch
M net/quic/quic_protocol.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_protocol.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M net/quic/quic_unacked_packet_map.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_unacked_packet_map.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M net/quic/quic_unacked_packet_map_test.cc View 2 chunks +70 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
5 years, 9 months ago (2015-03-14 01:48:06 UTC) #1
Ryan Hamilton
5 years, 9 months ago (2015-03-15 21:12:22 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698