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

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

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_flags.h ('k') | net/quic/core/quic_sent_packet_manager.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 3df6605f3bbfeb4555252d96798b68d04276f03b..5b7e208e18f13c0cc3fc940d369a04b9c1368438 100644
--- a/net/quic/core/quic_flags.cc
+++ b/net/quic/core/quic_flags.cc
@@ -139,6 +139,10 @@ bool FLAGS_quic_remove_obsolete_forward_secure = false;
// too large.
bool FLAGS_quic_close_connection_on_packet_too_large = true;
+// Use GetLeastUnacked when updating the packet number length, instead of
+// GetLeastPacketAwaitedByPeer.
+bool FLAGS_quic_least_unacked_packet_number_length = true;
+
// If true, close the write side of a QUIC spdy stream when all queued bytes
// have been written and a FIN has been sent.
bool FLAGS_quic_close_stream_after_writing_queued_data = false;
« no previous file with comments | « net/quic/core/quic_flags.h ('k') | net/quic/core/quic_sent_packet_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698