| Index: net/quic/core/quic_flags.cc
|
| diff --git a/net/quic/core/quic_flags.cc b/net/quic/core/quic_flags.cc
|
| index feec2f7a90794ac0a82c298db1ae6f73b1710d8b..15c68ff8dc43274b4dace7dd4f2fba4a25fac361 100644
|
| --- a/net/quic/core/quic_flags.cc
|
| +++ b/net/quic/core/quic_flags.cc
|
| @@ -160,3 +160,8 @@ bool FLAGS_quic_do_not_send_ack_on_emsgsize = true;
|
|
|
| // If true, postpone multipath flag validation to ProcessValidatedPacket.
|
| bool FLAGS_quic_postpone_multipath_flag_validation = 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
|
| +bool FLAGS_quic_better_last_send_for_timeout = true;
|
|
|