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

Issue 2393933002: Move the logic from SendAlgorithmInterface::RetransmissionDelay() into QuicSentPacketManager, becau… (Closed)

Created:
4 years, 2 months ago by rjshade
Modified:
4 years, 2 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move the logic from SendAlgorithmInterface::RetransmissionDelay() into QuicSentPacketManager, because it's identical for all send algorithms. No functional change, not flag protected. Merge internal change: 134467054 R=rch@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -114 lines) Patch
M net/quic/chromium/quic_http_stream_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M net/quic/core/congestion_control/send_algorithm_interface.h View 1 chunk +0 lines, -5 lines 0 comments Download
M net/quic/core/congestion_control/tcp_cubic_sender_base.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/core/congestion_control/tcp_cubic_sender_base.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M net/quic/core/congestion_control/tcp_cubic_sender_bytes_test.cc View 1 chunk +0 lines, -35 lines 0 comments Download
M net/quic/core/congestion_control/tcp_cubic_sender_packets_test.cc View 1 chunk +0 lines, -35 lines 0 comments Download
M net/quic/core/quic_connection_test.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M net/quic/core/quic_sent_packet_manager.cc View 2 chunks +8 lines, -5 lines 0 comments Download
M net/quic/core/quic_sent_packet_manager_test.cc View 6 chunks +51 lines, -19 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 1 chunk +0 lines, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
rjshade
4 years, 2 months ago (2016-10-05 15:28:49 UTC) #1
Ryan Hamilton
4 years, 2 months ago (2016-10-05 15:53:23 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698