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

Unified Diff: net/quic/quic_flags.cc

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 11 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') | net/quic/quic_packet_creator.h » ('j') | 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 b395eacdc14ca2455f62e7669ca778e521ded375..3146a583bb4b8cbf872500fec02d939d52ac56e4 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -68,3 +68,11 @@ bool FLAGS_quic_disallow_multiple_pending_ack_frames = true;
// If true, then the source address tokens generated for QUIC connects will
// store multiple addresses.
bool FLAGS_quic_use_multiple_address_in_source_tokens = false;
+
+// If true, an attempt to send an empty data string with no FIN will return
+// early, and not create a frame.
+bool FLAGS_quic_empty_data_no_fin_early_return = true;
+
+// If true, if min RTT and/or SRTT have not yet been set then initial RTT is
+// used to initialize them in a call to QuicConnection::GetStats.
+bool FLAGS_quic_use_initial_rtt_for_stats = true;
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/quic_packet_creator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698