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

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

Issue 2002103002: Implement a QUIC No PRR connection option, NPRR. Protected by FLAGS_quic_allow_no_prr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@122422703
Patch Set: Created 4 years, 7 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_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 5149818f9f5c2038b4bbebe46b583e11ffad3da3..a550bbbb90dc35d2bae44a726c83fb50712e5cf3 100644
--- a/net/quic/congestion_control/tcp_cubic_sender_base.h
+++ b/net/quic/congestion_control/tcp_cubic_sender_base.h
@@ -143,6 +143,9 @@ class NET_EXPORT_PRIVATE TcpCubicSenderBase : public SendAlgorithmInterface {
// When true, exit slow start with large cutback of congestion window.
bool slow_start_large_reduction_;
+ // When true, use unity pacing instead of PRR.
+ bool no_prr_;
+
private:
DISALLOW_COPY_AND_ASSIGN(TcpCubicSenderBase);
};
« no previous file with comments | « net/quic/congestion_control/pacing_sender_test.cc ('k') | net/quic/congestion_control/tcp_cubic_sender_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698