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

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

Issue 1003863006: Rollback of merge internal change: 87346681. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Make_SentPacketManager_remove_pending_88507368
Patch Set: Created 5 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_bytes_sender.h
diff --git a/net/quic/congestion_control/tcp_cubic_bytes_sender.h b/net/quic/congestion_control/tcp_cubic_bytes_sender.h
index 222301ec17e917fee305fd6b6f95e84953b15c97..d601e6ae3bdc560c4439ca6bbefb7df6b2ff051e 100644
--- a/net/quic/congestion_control/tcp_cubic_bytes_sender.h
+++ b/net/quic/congestion_control/tcp_cubic_bytes_sender.h
@@ -32,6 +32,7 @@ class NET_EXPORT_PRIVATE TcpCubicBytesSender : public SendAlgorithmInterface {
const RttStats* rtt_stats,
bool reno,
QuicPacketCount initial_tcp_congestion_window,
+ QuicPacketCount max_congestion_window,
QuicConnectionStats* stats);
~TcpCubicBytesSender() override;
@@ -115,6 +116,9 @@ class NET_EXPORT_PRIVATE TcpCubicBytesSender : public SendAlgorithmInterface {
// Minimum congestion window in bytes.
QuicByteCount min_congestion_window_;
+ // Maximum congestion window in bytes.
+ QuicByteCount max_congestion_window_;
+
// Slow start congestion window in bytes, aka ssthresh.
QuicByteCount slowstart_threshold_;
« no previous file with comments | « net/quic/congestion_control/send_algorithm_interface.cc ('k') | net/quic/congestion_control/tcp_cubic_bytes_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698