| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index e84d338f4ad062a19efef31a70e0073b38f1b127..e38b12dd4a9c4ae29d21fdbcc0072627018cc870 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -112,6 +112,9 @@ const int64 kDefaultMaxTimeForCryptoHandshakeSecs = 5; // 5 secs.
|
| // Default ping timeout.
|
| const int64 kPingTimeoutSecs = 15; // 15 secs.
|
|
|
| +// Default max packets in an FEC group.
|
| +const size_t kMaxPacketsPerFecGroup = 10;
|
| +
|
| // We define an unsigned 16-bit floating point value, inspired by IEEE floats
|
| // (http://en.wikipedia.org/wiki/Half_precision_floating-point_format),
|
| // with 5-bit exponent (bias 1), 11-bit mantissa (effective 12 with hidden
|
|
|