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

Unified Diff: net/quic/core/congestion_control/bbr_sender_test.cc

Issue 2875333002: Landing Recent QUIC changes until Mon May 8 21:42:46 2017 +0000 (Closed)
Patch Set: Created 3 years, 7 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/congestion_control/bbr_sender_test.cc
diff --git a/net/quic/core/congestion_control/bbr_sender_test.cc b/net/quic/core/congestion_control/bbr_sender_test.cc
index 400b3d4eb07c7e7d23fc7dcb94052fdfffea2d5e..bc7a0ff7ba149e825c82af0e81cbaa63fa3b271a 100644
--- a/net/quic/core/congestion_control/bbr_sender_test.cc
+++ b/net/quic/core/congestion_control/bbr_sender_test.cc
@@ -93,10 +93,10 @@ class BbrSenderTest : public QuicTest {
// These will be changed by the appropriate tests as necessary.
FLAGS_quic_reloadable_flag_quic_bbr_slow_recent_delivery = false;
FLAGS_quic_reloadable_flag_quic_bbr_add_tso_cwnd = false;
- // TODO(ianswett): Determine why tests become flaky with CWND based on SRTT.
- FLAGS_quic_reloadable_flag_quic_bbr_base_cwnd_on_srtt = false;
+
FLAGS_quic_reloadable_flag_quic_bbr_extra_conservation = true;
FLAGS_quic_reloadable_flag_quic_bbr_fix_conservation2 = true;
+
rtt_stats_ = bbr_sender_.connection()->sent_packet_manager().GetRttStats();
sender_ = SetupBbrSender(&bbr_sender_);
« no previous file with comments | « net/quic/core/congestion_control/bbr_sender.cc ('k') | net/quic/core/congestion_control/send_algorithm_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698