| Index: net/quic/core/congestion_control/general_loss_algorithm.h
|
| diff --git a/net/quic/core/congestion_control/general_loss_algorithm.h b/net/quic/core/congestion_control/general_loss_algorithm.h
|
| index d2557e56779f454b6df03563b17a82263e788871..281a13950b7e3dddf4623dbe14841cc1daffdc11 100644
|
| --- a/net/quic/core/congestion_control/general_loss_algorithm.h
|
| +++ b/net/quic/core/congestion_control/general_loss_algorithm.h
|
| @@ -59,6 +59,8 @@ class QUIC_EXPORT_PRIVATE GeneralLossAlgorithm : public LossDetectionInterface {
|
| QuicTime loss_detection_timeout_;
|
| // Largest sent packet when a spurious retransmit is detected.
|
| // Prevents increasing the reordering threshold multiple times per epoch.
|
| + // TODO(ianswett): Deprecate when
|
| + // quic_reloadable_flag_quic_fix_adaptive_time_loss is deprecated.
|
| QuicPacketNumber largest_sent_on_spurious_retransmit_;
|
| LossDetectionType loss_type_;
|
| // Fraction of a max(SRTT, latest_rtt) to permit reordering before declaring
|
|
|