| 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 e34648425875c286265cd62d9126eeed6540b2d9..2f616b682038fb4173caa785ce79890a7d998231 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -102,10 +102,6 @@ QUIC_FLAG(bool, FLAGS_quic_enforce_mtu_limit, false)
|
| // the connection.
|
| QUIC_FLAG(bool, FLAGS_graceful_emsgsize_on_mtu_probe, true)
|
|
|
| -// If true, do not force sending ack when connection is closed because of
|
| -// message too long (EMSGSIZE) write error.
|
| -QUIC_FLAG(bool, FLAGS_quic_do_not_send_ack_on_emsgsize, 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
|
|
|