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

Unified Diff: net/quic/core/quic_flags_list.h

Issue 2341483002: Deprecate FLAGS_quic_limit_frame_gaps_in_buffer. (Closed)
Patch Set: Created 4 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 | « no previous file | 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_list.h
diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
index 351acf41c1eb2c513aa80aca67ea8d97f9d72c6c..0f96e8223f965549a263019b4af62215785c7d21 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -88,10 +88,6 @@ QUIC_FLAG(bool, FLAGS_quic_require_handshake_confirmation_pre33, false)
// too large.
QUIC_FLAG(bool, FLAGS_quic_close_connection_on_packet_too_large, true)
-// If true, close connection with QUIC_TOO_MANY_FRAME_GAPS error when number of
-// gaps in QuicStreamSequenceBuffer exceeds allowed limit.
-QUIC_FLAG(bool, FLAGS_quic_limit_frame_gaps_in_buffer, true)
-
// If true, v33 QUIC client uses 1 bit to specify 8-byte connection id in public
// flag.
QUIC_FLAG(bool, FLAGS_quic_remove_v33_hacks, true)
« no previous file with comments | « no previous file | net/quic/core/quic_stream_sequencer_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698