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

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

Issue 2889713002: Landing Recent QUIC changes until Fri May 12 18:23:26 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 bc7a0ff7ba149e825c82af0e81cbaa63fa3b271a..cad6186c0c5e585195376627da0cbe8de3c3f248 100644
--- a/net/quic/core/congestion_control/bbr_sender_test.cc
+++ b/net/quic/core/congestion_control/bbr_sender_test.cc
@@ -640,7 +640,6 @@ TEST_F(BbrSenderTest, NoBandwidthDropOnStartup) {
// Test exiting STARTUP earlier due to the 1RTT connection option.
TEST_F(BbrSenderTest, SimpleTransfer1RTTStartup) {
- FLAGS_quic_reloadable_flag_quic_allow_2_rtt_bbr_startup = true;
CreateDefaultSetup();
QuicConfig config;
@@ -673,7 +672,6 @@ TEST_F(BbrSenderTest, SimpleTransfer1RTTStartup) {
// Test exiting STARTUP earlier due to the 2RTT connection option.
TEST_F(BbrSenderTest, SimpleTransfer2RTTStartup) {
- FLAGS_quic_reloadable_flag_quic_allow_2_rtt_bbr_startup = true;
// Adding TSO CWND causes packet loss before exiting startup.
FLAGS_quic_reloadable_flag_quic_bbr_add_tso_cwnd = false;
CreateDefaultSetup();
« no previous file with comments | « net/quic/core/congestion_control/bbr_sender.cc ('k') | net/quic/core/congestion_control/send_algorithm_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698