Index: net/quic/quic_protocol.h |
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h |
index 8bb89fa3227a357fcdb267d14d25b14326df8dc5..393295e233fa49b6f5298ab106f883dd11c99e1e 100644 |
--- a/net/quic/quic_protocol.h |
+++ b/net/quic/quic_protocol.h |
@@ -60,9 +60,7 @@ const QuicByteCount kMaxPacketSize = 1452; |
// Maximum size of the initial congestion window in packets. |
const size_t kDefaultInitialWindow = 10; |
-// TODO(ianswett): Temporarily changed to 10 due to a large number of clients |
-// mistakenly negotiating 100 initially and suffering the consequences. |
-const size_t kMaxInitialWindow = 10; |
+const size_t kMaxInitialWindow = 100; |
// Maximum size of the congestion window, in packets, for TCP congestion control |
// algorithms. |