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

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

Issue 2237163002: Use LeastUnacked to calculate the packet number length instead of GetLeastPacketAwaitedByPeer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Revert
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_connection.cc ('k') | net/quic/core/quic_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_flags.h
diff --git a/net/quic/core/quic_flags.h b/net/quic/core/quic_flags.h
index 6c17f54a66729ef46f6bc66f922cc43c2fc16d0d..6cd8c3eaffa9a1fb02e9f1a72206874a21f738ee 100644
--- a/net/quic/core/quic_flags.h
+++ b/net/quic/core/quic_flags.h
@@ -44,6 +44,7 @@ NET_EXPORT_PRIVATE extern bool FLAGS_quic_use_packet_number_queue_intervals;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_sequencer_buffer_retire_block_in_time;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_remove_obsolete_forward_secure;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_close_connection_on_packet_too_large;
+NET_EXPORT_PRIVATE extern bool FLAGS_quic_least_unacked_packet_number_length;
NET_EXPORT_PRIVATE extern bool
FLAGS_quic_close_stream_after_writing_queued_data;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_limit_frame_gaps_in_buffer;
« no previous file with comments | « net/quic/core/quic_connection.cc ('k') | net/quic/core/quic_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698