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

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

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_connection_test.cc ('k') | net/quic/core/quic_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_flags.h
diff --git a/net/quic/core/quic_flags.h b/net/quic/core/quic_flags.h
index 803efe3dc6986a629a456335ee488e00835fc826..5182440396f2bc1f096fbd17310eb78c5d169b7a 100644
--- a/net/quic/core/quic_flags.h
+++ b/net/quic/core/quic_flags.h
@@ -50,5 +50,6 @@ NET_EXPORT_PRIVATE extern bool FLAGS_quic_enforce_mtu_limit;
NET_EXPORT_PRIVATE extern bool FLAGS_graceful_emsgsize_on_mtu_probe;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_do_not_send_ack_on_emsgsize;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_postpone_multipath_flag_validation;
+NET_EXPORT_PRIVATE extern bool FLAGS_quic_better_last_send_for_timeout;
#endif // NET_QUIC_QUIC_FLAGS_H_
« no previous file with comments | « net/quic/core/quic_connection_test.cc ('k') | net/quic/core/quic_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698