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

Unified Diff: net/quic/quic_flags.cc

Issue 1009243002: Do not retransmit QUIC data for streams that have been reset. Protected (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Move_QUIC_reads_88573234
Patch Set: Created 5 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
« 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 325cf04c478902ac7d5f0d4537d125d70236f66c..9f64f60c747de7ad72d8e0906bcbe073d41f19c3 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -49,3 +49,6 @@ int64 FLAGS_quic_time_wait_list_max_connections = 50000;
// Use small QUIC packet sizes by default.
bool FLAGS_quic_small_default_packet_size = true;
+
+// Do not retransmit data for streams that have been reset.
+bool FLAGS_quic_do_not_retransmit_for_reset_streams = true;
« 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