v0.2.22
What's Changed
About TCP_FASTOPEN
TFO is disabled by default. You can enable it by passing --fastopen
or adding env FASTOPEN=1
if you are using docker. Also, make sure you have correct sysctl settings(net.ipv4.tcp_fastopen=3
).
If you find any related problem, please disable it and submit an issue.
Full Changelog: v0.2.21...v0.2.22