| 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 1783301742c2c56a473460a1d64391f735fea1f2..734f52a562f277f708d135193556fd9ad356728e 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -152,3 +152,6 @@ QUIC_FLAG(bool, FLAGS_quic_enable_lazy_fack, true)
|
| // packet if insertion fails.
|
| QUIC_FLAG(bool, FLAGS_quic_create_session_after_insertion, false)
|
|
|
| +// If true, rejected packet number is removed from public reset packet.
|
| +QUIC_FLAG(bool, FLAGS_quic_remove_packet_number_from_public_reset, false)
|
| +
|
|
|