| 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 88ac0dad59cac3dc3d4821adb118395c88073d48..26b91aa987fe147d8019db105ecf15429e29424b 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -86,10 +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, send an explicit TTL in QUIC REJ messages to mitigate client clock
|
| -// skew.
|
| -QUIC_FLAG(bool, FLAGS_quic_send_scfg_ttl, true)
|
| -
|
| // If true, only open limited number of quic sessions per epoll event. Leave the
|
| // rest to next event. This flag can be turned on only if
|
| // --quic_buffer_packet_till_chlo is true.
|
|
|