| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 54deee28edb55bc2299f8bd6e0dca681b3f72838..ec94e4c7e57cbf534756a95b8d59117e6b99afaa 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -49,7 +49,7 @@ typedef uint32 QuicPriority;
|
|
|
| // TODO(rch): Consider Quic specific names for these constants.
|
| // Default and initial maximum size in bytes of a QUIC packet.
|
| -const QuicByteCount kDefaultMaxPacketSize = 1200;
|
| +const QuicByteCount kDefaultMaxPacketSize = 1350;
|
| // The maximum packet size of any QUIC packet, based on ethernet's max size,
|
| // minus the IP and UDP headers. IPv6 has a 40 byte header, UPD adds an
|
| // additional 8 bytes. This is a total overhead of 48 bytes. Ethernet's
|
|
|