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

Issue 1982103002: Cancel pending retransmissions which are greater than the largest newly acked packet when using the… (Closed)

Created:
4 years, 7 months ago by danzh1
Modified:
4 years, 7 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, ianswett
Base URL:
https://chromium.googlesource.com/chromium/src.git@121845603
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Cancel pending retransmissions which are greater than the largest newly acked packet when using the UNDO connection option. Protected by existing flag quic_loss_recovery_use_largest_acked. Merge internal change: 121905158 R=rch@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -12 lines) Patch
M net/quic/crypto/crypto_protocol.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_protocol.h View 1 chunk +3 lines, -1 line 0 comments Download
M net/quic/quic_sent_packet_manager.h View 2 chunks +4 lines, -0 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 5 chunks +22 lines, -0 lines 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 2 chunks +68 lines, -0 lines 0 comments Download
M net/quic/quic_unacked_packet_map.h View 2 chunks +3 lines, -4 lines 0 comments Download
M net/quic/quic_unacked_packet_map.cc View 3 chunks +10 lines, -7 lines 0 comments Download
M net/quic/test_tools/quic_sent_packet_manager_peer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_sent_packet_manager_peer.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 3 (1 generated)
danzh1
4 years, 7 months ago (2016-05-16 23:15:31 UTC) #1
Ryan Hamilton
4 years, 7 months ago (2016-05-16 23:19:52 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698