Index: net/quic/core/quic_constants.h |
diff --git a/net/quic/core/quic_constants.h b/net/quic/core/quic_constants.h |
index 9cf0e6c7a34ae65eec82012958e0348ae635dcc8..8fcf115de00e44873889e97057a09478fd9a8aaa 100644 |
--- a/net/quic/core/quic_constants.h |
+++ b/net/quic/core/quic_constants.h |
@@ -180,6 +180,9 @@ const size_t kDiversificationNonceSize = 32; |
// This will likely have to be tuned. |
const QuicPacketNumber kMaxPacketGap = 5000; |
+// The maximum number of random padding bytes to add. |
+const QuicByteCount kMaxNumRandomPaddingBytes = 256; |
+ |
} // namespace net |
#endif // NET_QUIC_CORE_QUIC_CONSTANTS_H_ |