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

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

Issue 97433002: Change the defaults QuicConfig::server_initial_congestion_window to be (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/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 62dc49e583b409457b87aa9f4af3d86b3747190d..e9640b14be42c4a7764f31a2ad3a13022ce8e00f 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -680,6 +680,8 @@ TEST_P(EndToEndTest, LimitMaxOpenStreams) {
// TODO(rtenneti): DISABLED_LimitCongestionWindowAndRTT seems to be flaky.
// http://crbug.com/321870.
TEST_P(EndToEndTest, DISABLED_LimitCongestionWindowAndRTT) {
+ server_config_.set_server_initial_congestion_window(kMaxInitialWindow,
+ kDefaultInitialWindow);
// Client tries to negotiate twice the server's max and negotiation settles
// on the max.
client_config_.set_server_initial_congestion_window(2 * kMaxInitialWindow,

Powered by Google App Engine
This is Rietveld 408576698