Index: net/quic/core/quic_protocol.h |
diff --git a/net/quic/core/quic_protocol.h b/net/quic/core/quic_protocol.h |
index 1c09a7ccdf048ec94c6e9c8d9cc5f738a262eae2..cbb5ac11db11cec08e05e2997e6e28ab08a92bff 100644 |
--- a/net/quic/core/quic_protocol.h |
+++ b/net/quic/core/quic_protocol.h |
@@ -1060,6 +1060,7 @@ enum LossDetectionType { |
kNack, // Used to mimic TCP's loss detection. |
kTime, // Time based loss detection. |
kAdaptiveTime, // Adaptive time based loss detection. |
+ kLazyFack, // Nack based but with FACK disabled for the first ack. |
}; |
struct NET_EXPORT_PRIVATE QuicRstStreamFrame { |