| 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 8957b3c76688653e7cd922c8c0b5cf1a34b0aa23..6b846da2226d15e296ea0e846e9e561a55019372 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -164,3 +164,7 @@ QUIC_FLAG(bool, FLAGS_quic_postpone_multipath_flag_validation, true)
|
| // 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)
|
|
|