| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 7029687a16f28ba89a394de91db97dcf3aa846da..36f9c2d4dfc1c550c90e6bf4f471823c1d7bca1a 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -57,7 +57,7 @@ const QuicByteCount kDefaultMaxPacketSize = 1350;
|
| // Default initial maximum size in bytes of a QUIC packet for servers.
|
| const QuicByteCount kDefaultServerMaxPacketSize = 1000;
|
| // 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
|
| +// minus the IP and UDP headers. IPv6 has a 40 byte header, UDP adds an
|
| // additional 8 bytes. This is a total overhead of 48 bytes. Ethernet's
|
| // max packet size is 1500 bytes, 1500 - 48 = 1452.
|
| const QuicByteCount kMaxPacketSize = 1452;
|
|
|