Software /
code /
prosody
Comparison
CHANGES @ 12512:b7f07585ec4c
net.server_epoll: Add support for TCP Fast Open
Requires a patch to LuaSocket adding this socket option,
https://github.com/lunarmodules/luasocket/pull/378
sysctl tweaks
net.ipv4.tcp_fastopen=3
net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0
net.ipv4.tcp_fastopen_key=$(</proc/sys/kernel/random/uuid)
Disabled by default since it an advanced performance tweak unlikely to
be needed by most servers.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 08 Jul 2021 12:29:50 +0200 |
parent | 12422:8e4a5cb2d199 |
child | 12515:76c1725f4467 |
comparison
equal
deleted
inserted
replaced
12511:a24d2b3c19a3 | 12512:b7f07585ec4c |
---|---|
9 | 9 |
10 ### Networking | 10 ### Networking |
11 | 11 |
12 - Honour 'weight' parameter during SRV record selection | 12 - Honour 'weight' parameter during SRV record selection |
13 - Support for RFC 8305 "Happy Eyeballs" to improve IPv4/IPv6 connectivity | 13 - Support for RFC 8305 "Happy Eyeballs" to improve IPv4/IPv6 connectivity |
14 - Support for TCP Fast Open in server_epoll (pending LuaSocket support) | |
14 | 15 |
15 0.12.0 | 16 0.12.0 |
16 ====== | 17 ====== |
17 | 18 |
18 **2022-03-14** | 19 **2022-03-14** |