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

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

Issue 2310273002: Deprecate FLAGS_quic_loss_recovery_use_largest_acked. (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
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 a95ea5c71fbf815402ab15a617326fcc35fc8706..8ffbba2dac72d9155c492bb650afee0e4282370c 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -63,10 +63,6 @@ QUIC_FLAG(bool, FLAGS_quic_never_write_unencrypted_data, true)
// of < 10 packets.
QUIC_FLAG(bool, FLAGS_quic_no_lower_bw_resumption_limit, true)
-// Use largest acked in the most recent ack instead of largest acked ever in
-// loss recovery.
-QUIC_FLAG(bool, FLAGS_quic_loss_recovery_use_largest_acked, true)
-
// Only set one alarm for sending at once, either the send alarm or
// retransmission alarm. Disabled because it breaks QUIC time loss detection.
QUIC_FLAG(bool, FLAGS_quic_only_one_sending_alarm, false)
« no previous file with comments | « net/quic/core/congestion_control/general_loss_algorithm_test.cc ('k') | net/quic/core/quic_sent_packet_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698