]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: enable TFO on linux platforms
authorWilly Tarreau <w@1wt.eu>
Fri, 14 Jun 2019 14:57:42 +0000 (16:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Jun 2019 16:03:48 +0000 (18:03 +0200)
commita26181e74b3c1f186e3db34619939f8831dff8f7
tree504bcaefde27169703ba1ae4e2f4eeacb0db0d65
parent20e6cedc4344b9732fe59560108f8b824f302936
BUILD: makefile: enable TFO on linux platforms

TCP Fast Open is supported on all supported Linux kernels and on all
kernels shipped in supported distros, except the older 2.6.32 that
comes with RHEL6. However the option is harmless, will not prevent
from building and smoothly falls back even if forcefully enabled, so
it makes sense to enable it by default. It's still possible to pass
"USE_TFO=" to force it disabled if really desired.
Makefile