commit | a26181e74b3c1f186e3db34619939f8831dff8f7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 14 16:57:42 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Jun 15 18:03:48 2019 +0200 |
tree | 504bcaefde27169703ba1ae4e2f4eeacb0db0d65 | |
parent | 20e6cedc4344b9732fe59560108f8b824f302936 [diff] |
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.