Index: net/quic/quic_protocol.h |
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h |
index d5b8d1bb5cff4ba4f1bf8ca84c7cde00d96f5a03..ee2c7e104953a5c40e793d7d7d00e41bb0cb0024 100644 |
--- a/net/quic/quic_protocol.h |
+++ b/net/quic/quic_protocol.h |
@@ -64,8 +64,8 @@ const QuicPacketCount kInitialCongestionWindowSecure = 32; |
// Be conservative, and just use double a typical TCP ICWND for HTTP. |
const QuicPacketCount kInitialCongestionWindowInsecure = 20; |
-// Default size of initial flow control window, for both stream and session. |
-const uint32 kDefaultFlowControlSendWindow = 16 * 1024; // 16 KB |
+// Minimum size of initial flow control window, for both stream and session. |
+const uint32 kMinimumFlowControlSendWindow = 16 * 1024; // 16 KB |
// Minimum size of the CWND, in packets, when doing bandwidth resumption. |
const QuicPacketCount kMinCongestionWindowForBandwidthResumption = 10; |