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

Unified Diff: net/quic/core/congestion_control/send_algorithm_interface.h

Issue 2393933002: Move the logic from SendAlgorithmInterface::RetransmissionDelay() into QuicSentPacketManager, becau… (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/quic/core/congestion_control/send_algorithm_interface.h
diff --git a/net/quic/core/congestion_control/send_algorithm_interface.h b/net/quic/core/congestion_control/send_algorithm_interface.h
index b9c1d4cbfd972982a061cc594ad84240b87bbec7..ad64afad7b8fa424cf017a49ab1cf86f2d766c68 100644
--- a/net/quic/core/congestion_control/send_algorithm_interface.h
+++ b/net/quic/core/congestion_control/send_algorithm_interface.h
@@ -88,11 +88,6 @@ class NET_EXPORT_PRIVATE SendAlgorithmInterface {
// Returns 0 when it does not have an estimate.
virtual QuicBandwidth BandwidthEstimate() const = 0;
- // Get the send algorithm specific retransmission delay, called RTO in TCP,
- // Note 1: the caller is responsible for sanity checking this value.
- // Note 2: this will return zero if we don't have enough data for an estimate.
- virtual QuicTime::Delta RetransmissionDelay() const = 0;
-
// Returns the size of the current congestion window in bytes. Note, this is
// not the *available* window. Some send algorithms may not use a congestion
// window and will return 0.
« no previous file with comments | « net/quic/chromium/quic_http_stream_test.cc ('k') | net/quic/core/congestion_control/tcp_cubic_sender_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698