| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 3d24b817eeb84832e6dad4f37de02dcedbdc1a1f..ad7598306d7b288b3c0fe5f92e7e759ff6685a01 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -50,7 +50,7 @@ typedef std::map<QuicTag, std::string> QuicTagValueMap;
|
| // QuicPriority is uint32. Use SpdyPriority when we change the QUIC_VERSION.
|
| typedef uint32 QuicPriority;
|
|
|
| -// Default and initial maximum size in bytes of a QUIC packet.
|
| +// Default initial maximum size in bytes of a QUIC packet.
|
| const QuicByteCount kDefaultMaxPacketSize = 1350;
|
| // Default initial maximum size in bytes of a QUIC packet for servers.
|
| const QuicByteCount kDefaultServerMaxPacketSize = 1000;
|
|
|