Skip to content

Commit

Permalink
Bug 1398201 - Disable TFO (TCP Fast Open) for 57 r=nwgh
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: Ghp4T1jnFRA
  • Loading branch information
mcmanus committed Sep 8, 2017
1 parent 3618436 commit 9da17a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libpref/init/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -4805,7 +4805,7 @@ pref("network.tcp.keepalive.retry_interval", 1); // seconds
pref("network.tcp.keepalive.probe_count", 4);
#endif

pref("network.tcp.tcp_fastopen_enable", true);
pref("network.tcp.tcp_fastopen_enable", false);
pref("network.tcp.tcp_fastopen_consecutive_failure_limit", 5);

// Whether to disable acceleration for all widgets.
Expand Down

0 comments on commit 9da17a6

Please sign in to comment.