Bug 1503573 - Disable TFO all together. r=bagder

Differential Revision: https://phabricator.services.mozilla.com/D10365

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dragana Damjanovic 2018-10-31 14:20:35 +00:00
Родитель 2c7cefd79f
Коммит ce4ed62178
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -4865,13 +4865,7 @@ pref("network.tcp.keepalive.retry_interval", 1); // seconds
pref("network.tcp.keepalive.probe_count", 4); pref("network.tcp.keepalive.probe_count", 4);
#endif #endif
#if !defined(EARLY_BETA_OR_EARLIER)
pref("network.tcp.tcp_fastopen_enable", false); pref("network.tcp.tcp_fastopen_enable", false);
#elif defined(XP_WIN) || defined(XP_MACOSX)
pref("network.tcp.tcp_fastopen_enable", true);
#else
pref("network.tcp.tcp_fastopen_enable", false);
#endif
pref("network.tcp.tcp_fastopen_consecutive_failure_limit", 5); pref("network.tcp.tcp_fastopen_consecutive_failure_limit", 5);
// We are trying to detect stalled tcp connections that use TFO and TLS // We are trying to detect stalled tcp connections that use TFO and TLS