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

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

Issue 2336253003: Disables QUIC flag that shifts cubic epoch on quiescence, since shifting code is buggy and should n… (Closed)
Patch Set: Created 4 years, 3 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
« 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 007658e236885959fac50d9bca54ce3de2d67b15..7794a6177faad0e6f3e73c5d5086e1dcb7d763cc 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -45,7 +45,7 @@ QUIC_FLAG(bool, FLAGS_quic_enable_multipath, false)
QUIC_FLAG(bool, FLAGS_quic_require_handshake_confirmation, false)
// If true, Cubic's epoch is shifted when the sender is application-limited.
-QUIC_FLAG(bool, FLAGS_shift_quic_cubic_epoch_when_app_limited, true)
+QUIC_FLAG(bool, FLAGS_shift_quic_cubic_epoch_when_app_limited, false)
// If true, QUIC will measure head of line (HOL) blocking due between
// streams due to packet losses on the headers stream. The
« 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