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

Unified Diff: net/tools/quic/quic_server.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
« net/tools/quic/quic_client.cc ('K') | « net/tools/quic/quic_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_server.cc
diff --git a/net/tools/quic/quic_server.cc b/net/tools/quic/quic_server.cc
index d4aeedbb46b9e7702d7c88359ad3e39bee837566..a62cfbbdf1519732921427ec27133fab7f078ff4 100644
--- a/net/tools/quic/quic_server.cc
+++ b/net/tools/quic/quic_server.cc
@@ -44,6 +44,8 @@ QuicServer::QuicServer()
// Use hardcoded crypto parameters for now.
config_.SetDefaults();
config_.set_initial_round_trip_time_us(kMaxInitialRoundTripTimeUs, 0);
+ config_.set_server_initial_congestion_window(kMaxInitialWindow,
+ kDefaultInitialWindow);
Initialize();
}
« net/tools/quic/quic_client.cc ('K') | « net/tools/quic/quic_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698