Revert of Flipping FEC flag at client to enable FEC protection on connection from client to server. (patchset #1 id:1 of https://codereview.chromium.org/1523423002/ )
Reason for revert: Might expose bug in FEC timeouts. Original issue's description: > Flipping FEC flag at client to enable FEC protection on connection from client to server. > > R=rch@chromium.org > BUG= > > Committed: https://crrev.com/abc35c951aef78e67913b44932cd55e976cc39a9 > Cr-Commit-Position: refs/heads/master@{#365574} TBR=jri@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/1560443002 Cr-Commit-Position: refs/heads/master@{#367334}
This commit is contained in:
@ -14,7 +14,7 @@ bool FLAGS_use_early_return_when_verifying_chlo = true;
|
||||
// If true, QUIC connections will support FEC protection of data while sending
|
||||
// packets, to reduce latency of data delivery to the application. The client
|
||||
// must also request FEC protection for the server to use FEC.
|
||||
bool FLAGS_enable_quic_fec = true;
|
||||
bool FLAGS_enable_quic_fec = false;
|
||||
|
||||
// When true, defaults to BBR congestion control instead of Cubic.
|
||||
bool FLAGS_quic_use_bbr_congestion_control = false;
|
||||
|
Reference in New Issue
Block a user