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

Unified Diff: net/tools/quic/end_to_end_test.cc

Issue 2569873002: relnote: Protected by --quic_fix_cubic_bytes_quantization. Fix CubicBytes Quantization. (Closed)
Patch Set: Created 4 years 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_list.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/end_to_end_test.cc
diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
index 9a83f4621112f763de6fc1c337b3d28dd77654f3..865fc76ba71bb0c570c5f6c68b07250ab763e590 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -381,6 +381,10 @@ class EndToEndTest : public ::testing::TestWithParam<TestParams> {
FLAGS_quic_fix_cubic_convex_mode) {
copt.push_back(kCCVX);
}
+ if (GetParam().congestion_control_tag == kQBIC &&
+ FLAGS_quic_fix_cubic_bytes_quantization) {
+ copt.push_back(kCBQT);
+ }
if (support_server_push_) {
copt.push_back(kSPSH);
}
« no previous file with comments | « net/quic/core/quic_flags_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698