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

Unified Diff: net/quic/quic_flags.cc

Issue 1304833006: relnote: Close the QUIC connection when a packet is about to be sent out (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Deprecate_quic_dont_write_when_flow_unblocked_101389540
Patch Set: Created 5 years, 3 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_sent_packet_manager.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 bd8edc889a71faa23ce46f39ae443dfaefb5d90d..cdb189625944293ca2d2305d70bb922513d19d80 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -79,3 +79,7 @@ bool FLAGS_quic_disable_truncated_ack_handling = true;
// If true, after a server silo receives a packet from a migrated QUIC
// client, a GO_AWAY frame is sent to the client.
bool FLAGS_send_goaway_after_client_migration = true;
+
+// Close the connection instead of attempting to write a packet out of sequence
+// number order.
+bool FLAGS_quic_close_connection_out_of_order_sending = true;
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/quic_sent_packet_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698