| 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 a68b6d918df91f9fd59466b0a6fb89d73fa8ade9..161d4a62fe6fbcc190ce704682ab4b4cd8e46011 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -71,10 +71,6 @@ QUIC_FLAG(bool, FLAGS_quic_require_handshake_confirmation_pre33, false)
|
| // If true, defer creation of new connection till its CHLO arrives.
|
| QUIC_FLAG(bool, FLAGS_quic_buffer_packet_till_chlo, true)
|
|
|
| -// Disable MTU probing if MTU probe causes ERR_MSG_TOO_BIG instead of aborting
|
| -// the connection.
|
| -QUIC_FLAG(bool, FLAGS_graceful_emsgsize_on_mtu_probe, 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.
|
|
|