зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
2c7cefd79f
Коммит
ce4ed62178
|
@ -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
|
||||||
|
|
Загрузка…
Ссылка в новой задаче