| 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 c5701206a54deb53eebdb307a40db15ac5caf363..3f8790100138fa0d748dc9a7db4fc278474cc4cf 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -175,10 +175,6 @@ QUIC_FLAG(bool,
|
| // once.
|
| QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_bbr_ack_spacing2, false)
|
|
|
| -// If true, 8-byte connection ID in public header is read and written in big
|
| -// endian.
|
| -QUIC_FLAG(bool, FLAGS_quic_restart_flag_quic_big_endian_connection_id, false)
|
| -
|
| // If true, QUIC BBR stores a max filtered number of bytes delivered at a rate
|
| // faster than the sending rate.
|
| QUIC_FLAG(bool,
|
| @@ -207,3 +203,15 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_enable_version_38, false)
|
|
|
| // If true, enable QUIC v39.
|
| QUIC_FLAG(bool, FLAGS_quic_enable_version_39, false)
|
| +
|
| +// If true, on client side, 8-byte connection ID in public header is read and
|
| +// written in big endian.
|
| +QUIC_FLAG(bool,
|
| + FLAGS_quic_restart_flag_quic_big_endian_connection_id_client,
|
| + false)
|
| +
|
| +// If true, on server side, 8-byte connection ID in public header is read and
|
| +// written in big endian.
|
| +QUIC_FLAG(bool,
|
| + FLAGS_quic_restart_flag_quic_big_endian_connection_id_server,
|
| + false)
|
|
|