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

Unified Diff: net/quic/congestion_control/tcp_cubic_sender_base.h

Issue 1814873002: Use byte conservation instead of packet conservation in QUIC's Slow Start Large Recovery experiment… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@116904472
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | net/quic/congestion_control/tcp_cubic_sender_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/congestion_control/tcp_cubic_sender_base.h
diff --git a/net/quic/congestion_control/tcp_cubic_sender_base.h b/net/quic/congestion_control/tcp_cubic_sender_base.h
index d4749e5d923b97bc22f2a6704c9066b378e4b661..d3f231bef4b8128feedbb0af589c173cc829d5da 100644
--- a/net/quic/congestion_control/tcp_cubic_sender_base.h
+++ b/net/quic/congestion_control/tcp_cubic_sender_base.h
@@ -82,6 +82,7 @@ class NET_EXPORT_PRIVATE TcpCubicSenderBase : public SendAlgorithmInterface {
// Called when a packet is lost.
virtual void OnPacketLost(QuicPacketNumber largest_loss,
+ QuicByteCount lost_bytes,
QuicByteCount bytes_in_flight) = 0;
// Called when a packet has been acked to possibly increase the congestion
« no previous file with comments | « no previous file | net/quic/congestion_control/tcp_cubic_sender_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698