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

Unified Diff: net/quic/quic_flags.cc

Issue 571993002: Do not allow a QUIC connection to timeout if no packets have been sent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Minor_change_to_retransmission_75290729
Patch Set: Created 6 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 58d68bb07461bfe2520420987b33d04b8c62421e..49084f73d0a5559d50cc8a3567f40aa61ee832d6 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -34,3 +34,7 @@ bool FLAGS_close_quic_connection_unfinished_streams = false;
// When true, defaults to BBR congestion control instead of Cubic.
bool FLAGS_quic_use_bbr_congestion_control = false;
+
+// If true, only times out QUIC connections when there has been network
+// activity; packets sent or received.
+bool FLAGS_quic_timeouts_require_activity = false;
ramant (doing other things) 2014/09/15 18:05:34 Hi Ryan, Should we change the default value of t
Ryan Hamilton 2014/09/15 21:39:59 It looks like there is a bug (or two) in this CL.
ramant (doing other things) 2014/09/15 21:41:38 +1. Will leave the flag as false. Acknowledged.
« 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