зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1431738 - We will disable TFO on late beta and release. r=jduell
--HG-- extra : rebase_source : e38c9cb32b70b5d17b809d3ece01a1bef637b5ee
This commit is contained in:
Родитель
d4526d2471
Коммит
cab6643096
|
@ -4825,11 +4825,14 @@ 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(XP_WIN) || defined(XP_MACOSX)
|
#if !defined(EARLY_BETA_OR_EARLIER)
|
||||||
|
pref("network.tcp.tcp_fastopen_enable", false);
|
||||||
|
#elif defined(XP_WIN) || defined(XP_MACOSX)
|
||||||
pref("network.tcp.tcp_fastopen_enable", true);
|
pref("network.tcp.tcp_fastopen_enable", true);
|
||||||
#else
|
#else
|
||||||
pref("network.tcp.tcp_fastopen_enable", false);
|
pref("network.tcp.tcp_fastopen_enable", false);
|
||||||
#endif
|
#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
|
||||||
// (bug 1395494).
|
// (bug 1395494).
|
||||||
|
|
Загрузка…
Ссылка в новой задаче