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

Unified Diff: net/quic/core/quic_flags_list.h

Issue 2544913002: Flip recent QUIC flags. (Closed)
Patch Set: Created 4 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_flags_list.h
diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
index ca6fcf8d484d52374dff890a55bbd338a3dc5ae0..baaf6f7a31d891d5b23cfce7496cc9af70550032 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -147,7 +147,7 @@ QUIC_FLAG(bool, FLAGS_quic_client_connection_options, true)
// If true, fix some casts that were causing off-by-one errors in QUIC's cubic
// "convex" increases.
-QUIC_FLAG(bool, FLAGS_quic_fix_cubic_convex_mode, true)
+QUIC_FLAG(bool, FLAGS_quic_fix_cubic_convex_mode, false)
// Ensure that BBR startup pacing rate does not drop below the initial one.
-QUIC_FLAG(bool, FLAGS_quic_bbr_faster_startup, true)
+QUIC_FLAG(bool, FLAGS_quic_bbr_faster_startup, false)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698