| 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 660fedd8aa80c8ccb377f463d8fff78c418e0e65..88ac0dad59cac3dc3d4821adb118395c88073d48 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -86,11 +86,6 @@ QUIC_FLAG(bool, FLAGS_quic_enforce_mtu_limit, false)
|
| // the connection.
|
| QUIC_FLAG(bool, FLAGS_graceful_emsgsize_on_mtu_probe, true)
|
|
|
| -// If true, set a QUIC connection's last_sent_for_timeout_ to the send time of
|
| -// the first packet sent after receiving a packet, even if the sent packet is
|
| -// a retransmission
|
| -QUIC_FLAG(bool, FLAGS_quic_better_last_send_for_timeout, true)
|
| -
|
| // If true, send an explicit TTL in QUIC REJ messages to mitigate client clock
|
| // skew.
|
| QUIC_FLAG(bool, FLAGS_quic_send_scfg_ttl, true)
|
|
|