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

Unified Diff: net/quic/crypto/quic_crypto_server_config.cc

Issue 333803007: Rather than passing initial_flow_control_window all the way down the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months 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/crypto/quic_crypto_server_config.h ('k') | net/quic/quic_client_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/quic_crypto_server_config.cc
diff --git a/net/quic/crypto/quic_crypto_server_config.cc b/net/quic/crypto/quic_crypto_server_config.cc
index 65db0f54878518cd3c4c6058b6f09d2242fecb92..c8114ff110b27e094027b079890fe27b542056db 100644
--- a/net/quic/crypto/quic_crypto_server_config.cc
+++ b/net/quic/crypto/quic_crypto_server_config.cc
@@ -490,7 +490,6 @@ QuicErrorCode QuicCryptoServerConfig::ProcessClientHello(
IPEndPoint client_address,
QuicVersion version,
const QuicVersionVector& supported_versions,
- uint32 initial_flow_control_window_bytes,
const QuicClock* clock,
QuicRandom* rand,
QuicCryptoNegotiatedParameters *params,
@@ -739,9 +738,6 @@ QuicErrorCode QuicCryptoServerConfig::ProcessClientHello(
out->SetStringPiece(kCADR, address_coder.Encode());
out->SetStringPiece(kPUBS, forward_secure_public_value);
- // Set initial receive window for flow control.
- out->SetValue(kIFCW, initial_flow_control_window_bytes);
-
return QUIC_NO_ERROR;
}
« no previous file with comments | « net/quic/crypto/quic_crypto_server_config.h ('k') | net/quic/quic_client_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698