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

Unified Diff: net/quic/quic_flags.h

Issue 1806083002: Add a new QUIC connection option, 5RTO, which closes the QUIC connection after 5 consecutive RTOs. … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@116677107
Patch Set: Created 4 years, 9 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
Index: net/quic/quic_flags.h
diff --git a/net/quic/quic_flags.h b/net/quic/quic_flags.h
index 1ce3f381ed5f8608e7a15ea67c2e162690ded476..cd707a0f7c513073416a822b90bd3a1192a50e5b 100644
--- a/net/quic/quic_flags.h
+++ b/net/quic/quic_flags.h
@@ -45,5 +45,6 @@ NET_EXPORT_PRIVATE extern bool FLAGS_quic_only_cancel_set_alarms;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_inplace_encryption2;
NET_EXPORT_PRIVATE extern bool FLAGS_spdy_on_stream_end;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_use_cached_compressed_certs;
+NET_EXPORT_PRIVATE extern bool FLAGS_quic_enable_rto_timeout;
#endif // NET_QUIC_QUIC_FLAGS_H_
« no previous file with comments | « net/quic/quic_connection_test.cc ('k') | net/quic/quic_flags.cc » ('j') | net/quic/quic_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698