]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: add explicit support for TFO with USE_TFO
authorLukas Tribus <luky-37@hotmail.com>
Tue, 2 Apr 2013 14:43:24 +0000 (16:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Apr 2013 15:40:43 +0000 (17:40 +0200)
commit0999f7662c0b1b2f289e062009f52090fde5f74c
treeddc37af565f1245f2450dc53e8915d61155decfe
parentad1731d553a93983782c50999d900a731dee669f
BUILD: add explicit support for TFO with USE_TFO

TCP Fast Open is supported in server mode since Linux 3.7, but current
libc's don't define TCP_FASTOPEN=23. Introduce the new USE flag USE_TFO
to define it manually in compat.h. Also note this in the TFO related
documentation.
Makefile
doc/configuration.txt
include/common/compat.h