| Index: net/quic/core/quic_flags_list.h
|
| diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
|
| index a95ea5c71fbf815402ab15a617326fcc35fc8706..8ffbba2dac72d9155c492bb650afee0e4282370c 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -63,10 +63,6 @@ QUIC_FLAG(bool, FLAGS_quic_never_write_unencrypted_data, true)
|
| // of < 10 packets.
|
| QUIC_FLAG(bool, FLAGS_quic_no_lower_bw_resumption_limit, true)
|
|
|
| -// Use largest acked in the most recent ack instead of largest acked ever in
|
| -// loss recovery.
|
| -QUIC_FLAG(bool, FLAGS_quic_loss_recovery_use_largest_acked, true)
|
| -
|
| // Only set one alarm for sending at once, either the send alarm or
|
| // retransmission alarm. Disabled because it breaks QUIC time loss detection.
|
| QUIC_FLAG(bool, FLAGS_quic_only_one_sending_alarm, false)
|
|
|