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

Unified Diff: net/quic/core/quic_flags.cc

Issue 2288843002: Fix QUIC connection's last_send_for_timeout_ (Closed)
Patch Set: Created 4 years, 4 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/core/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/core/quic_flags.cc
diff --git a/net/quic/core/quic_flags.cc b/net/quic/core/quic_flags.cc
index feec2f7a90794ac0a82c298db1ae6f73b1710d8b..15c68ff8dc43274b4dace7dd4f2fba4a25fac361 100644
--- a/net/quic/core/quic_flags.cc
+++ b/net/quic/core/quic_flags.cc
@@ -160,3 +160,8 @@ bool FLAGS_quic_do_not_send_ack_on_emsgsize = true;
// If true, postpone multipath flag validation to ProcessValidatedPacket.
bool FLAGS_quic_postpone_multipath_flag_validation = true;
+
+// If true, set a QUIC connection's last_sent_for_timeout_ to the send time of
+// the first packet sent after receiving a packet, even if the sent packet is
+// a retransmission
+bool FLAGS_quic_better_last_send_for_timeout = true;
« no previous file with comments | « net/quic/core/quic_flags.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698