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

Unified Diff: net/tools/quic/quic_client.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
« no previous file with comments | « net/tools/quic/end_to_end_test.cc ('k') | net/tools/quic/quic_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_client.cc
diff --git a/net/tools/quic/quic_client.cc b/net/tools/quic/quic_client.cc
index 65613867952d1ce062329ff845cfe655078c6521..d0b7ceabdcc2adceea9a00a3b2318800dc508ca5 100644
--- a/net/tools/quic/quic_client.cc
+++ b/net/tools/quic/quic_client.cc
@@ -45,10 +45,6 @@ QuicClient::QuicClient(IPEndPoint server_address,
supported_versions_(supported_versions),
print_response_(print_response) {
config_.SetDefaults();
- // TODO(ianswett): Allow the client to change the server's max packet size and
- // initial congestion window.
- config_.set_server_initial_congestion_window(kDefaultInitialWindow,
- kDefaultInitialWindow);
Ryan Hamilton 2013/12/01 18:25:39 There is a line similar to this in quic_stream_fac
ramant (doing other things) 2013/12/02 05:10:50 Didn't see a similar line in quic_stream_factory.c
}
QuicClient::QuicClient(IPEndPoint server_address,
« no previous file with comments | « net/tools/quic/end_to_end_test.cc ('k') | net/tools/quic/quic_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698