Commit 2b3d3ab3 authored by Fan Yang's avatar Fan Yang Committed by Commit Bot

Sync flags value

R=bnc@chromium.org

Change-Id: I545916f7602955dae6b9200ee0c3a7f37f76b518
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125070Reviewed-by: default avatarBence Béky <bnc@chromium.org>
Commit-Queue: Fan Yang <fayang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754460}
parent 65e43477
......@@ -362,13 +362,13 @@ QUIC_FLAG(
true)
// If true, QuicSession\'s various write methods will set transmission type.
QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_write_with_transmission, false)
QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_write_with_transmission, true)
// If true, fix a bug in QUIC BBR where bandwidth estimate becomes 0 after a
// loss only event.
QUIC_FLAG(bool,
FLAGS_quic_reloadable_flag_quic_bbr_fix_zero_bw_on_loss_only_event,
false)
true)
// If true, trigger QUIC_BUG in two ShouldCreateIncomingStream() overrides when
// called with locally initiated stream ID.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment