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

Unified Diff: net/quic/congestion_control/tcp_cubic_sender_bytes.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
Index: net/quic/congestion_control/tcp_cubic_sender_bytes.h
diff --git a/net/quic/congestion_control/tcp_cubic_sender_bytes.h b/net/quic/congestion_control/tcp_cubic_sender_bytes.h
index c1cffe420a704a27d6a6c617e7c7eb0af5801a0d..d31cc1df1303883859cd29154615551c22d3d436 100644
--- a/net/quic/congestion_control/tcp_cubic_sender_bytes.h
+++ b/net/quic/congestion_control/tcp_cubic_sender_bytes.h
@@ -56,6 +56,7 @@ class NET_EXPORT_PRIVATE TcpCubicSenderBytes : public TcpCubicSenderBase {
QuicPacketCount congestion_window) override;
void ExitSlowstart() override;
void OnPacketLost(QuicPacketNumber largest_loss,
+ QuicByteCount lost_bytes,
QuicByteCount bytes_in_flight) override;
void MaybeIncreaseCwnd(QuicPacketNumber acked_packet_number,
QuicByteCount acked_bytes,
« no previous file with comments | « net/quic/congestion_control/tcp_cubic_sender_base.cc ('k') | net/quic/congestion_control/tcp_cubic_sender_bytes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698