0

Revert of Flipping FEC flag at client to enable FEC protection on connection from client to server. (patchset 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:
rch
2016-01-04 10:58:16 -08:00
committed by Commit bot
parent ef22e7de13
commit 73d4b65b38

@ -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;