| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index d91b55f3211aea309a54cc73d8f5e1fa6a79b4ca..82610c03f2847e5183951ef64b425ea0290d0672 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -70,7 +70,7 @@ const uint32 kDefaultFlowControlSendWindow = 16 * 1024; // 16 KB
|
| const size_t kMaxTcpCongestionWindow = 200;
|
|
|
| // Size of the socket receive buffer in bytes.
|
| -const QuicByteCount kDefaultSocketReceiveBuffer = 256000;
|
| +const QuicByteCount kDefaultSocketReceiveBuffer = 256 * 1024;
|
|
|
| // Don't allow a client to suggest an RTT longer than 15 seconds.
|
| const uint32 kMaxInitialRoundTripTimeUs = 15 * kNumMicrosPerSecond;
|
|
|