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

Unified Diff: net/quic/quic_flags.cc

Issue 1335303005: relnote: Fixes bug in QUIC's cubic code that caused inflation in (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Deprecate_fag_exact_stream_id_delta_101965767
Patch Set: Created 5 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 | « net/quic/quic_flags.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_flags.cc
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
index 89f37d54dcf3b93e84b870637d50083530f0fef3..dfcb3dd4c479053fde663b1aa98f0d60b591f09d 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -75,3 +75,6 @@ bool FLAGS_send_goaway_after_client_migration = true;
// Close the connection instead of attempting to write a packet out of sequence
// number order.
bool FLAGS_quic_close_connection_out_of_order_sending = true;
+
+// If true, Cubic's epoch is reset when the sender is application-limited.
+bool FLAGS_reset_cubic_epoch_when_app_limited = true;
« no previous file with comments | « net/quic/quic_flags.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698