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

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

Issue 2205923002: Fix to make sure QuicStreamSequencerBuffer release memory in time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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_flags.h ('k') | net/quic/core/quic_stream_sequencer_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_flags.cc
diff --git a/net/quic/core/quic_flags.cc b/net/quic/core/quic_flags.cc
index 6e1c6f455cef0e525df5ba1cd092d0eab1f608b0..a78ca59922d56c9c3d535e4a74f7c99ad7e882b5 100644
--- a/net/quic/core/quic_flags.cc
+++ b/net/quic/core/quic_flags.cc
@@ -146,3 +146,5 @@ bool FLAGS_quic_require_handshake_confirmation_pre33 = false;
// If true, use the interval form of iteration over a PacketNumberQueue instead
// of iterating over the individual numbers.
bool FLAGS_quic_use_packet_number_queue_intervals = false;
+
+bool FLAGS_quic_sequencer_buffer_retire_block_in_time = true;
« no previous file with comments | « net/quic/core/quic_flags.h ('k') | net/quic/core/quic_stream_sequencer_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698