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

Issue 1013583002: Make the SentPacketManager remove pending retransmissions for reset (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@Replace_CID_with_connection_id_88463135
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make the SentPacketManager remove pending retransmissions for reset streams. No behavior change yet. That will be in a flag protected followup. Minor change to linked_hash_map's erase method to return an iterator pointing to the new location of the element that followed the last element erased by the function call (ala internal source code and std:: c++). Merge internal change: 88507368 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -16 lines) Patch
M net/base/linked_hash_map.h View 1 chunk +13 lines, -8 lines 0 comments Download
M net/quic/quic_sent_packet_manager.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 3 chunks +28 lines, -3 lines 0 comments Download
M net/quic/quic_unacked_packet_map.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_unacked_packet_map.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/quic_unacked_packet_map_test.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
5 years, 9 months ago (2015-03-16 02:13:14 UTC) #1
Ryan Hamilton
5 years, 9 months ago (2015-03-16 03:17:18 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698