summaryrefslogtreecommitdiffstats
path: root/net/quic
diff options
context:
space:
mode:
authorrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-02 22:01:34 +0000
committerrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-02 22:01:34 +0000
commit1f560b0b5509e91c118e29807800a1e84b512c88 (patch)
treee33c8ae9312d35ee443fceb88c5906a11d89ae10 /net/quic
parent147f124b3d13154edec42dfaccac9519b8c66e1d (diff)
downloadchromium_src-1f560b0b5509e91c118e29807800a1e84b512c88.zip
chromium_src-1f560b0b5509e91c118e29807800a1e84b512c88.tar.gz
chromium_src-1f560b0b5509e91c118e29807800a1e84b512c88.tar.bz2
QUIC - Move the logic for allowing a larger max from SetDefaults to the
quic_server and internal QUIC server. Made client side fixes (per rch's comments in https://codereview.chromium.org/97433002/) R=rch@chromium.org Review URL: https://codereview.chromium.org/99203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238198 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/quic')
-rw-r--r--net/quic/quic_stream_factory.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
index dbb6de2..e7cd7d8 100644
--- a/net/quic/quic_stream_factory.cc
+++ b/net/quic/quic_stream_factory.cc
@@ -261,8 +261,6 @@ QuicStreamFactory::QuicStreamFactory(
config_.set_idle_connection_state_lifetime(
QuicTime::Delta::FromSeconds(30),
QuicTime::Delta::FromSeconds(30));
- config_.set_server_initial_congestion_window(kDefaultInitialWindow,
- kDefaultInitialWindow);
cannoncial_suffixes_.push_back(string(".c.youtube.com"));
cannoncial_suffixes_.push_back(string(".googlevideo.com"));