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

Unified Diff: net/quic/congestion_control/tcp_cubic_sender_packets.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_packets.h
diff --git a/net/quic/congestion_control/tcp_cubic_sender_packets.h b/net/quic/congestion_control/tcp_cubic_sender_packets.h
index 43a23a412518d7b06bc0ca847c880c943134ec09..5a89df836752f1a70830bd4532eb3261cf8b7c92 100644
--- a/net/quic/congestion_control/tcp_cubic_sender_packets.h
+++ b/net/quic/congestion_control/tcp_cubic_sender_packets.h
@@ -58,6 +58,7 @@ class NET_EXPORT_PRIVATE TcpCubicSenderPackets : 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_bytes_test.cc ('k') | net/quic/congestion_control/tcp_cubic_sender_packets.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698