MEDIUM: tcp: enable TCP Fast Open on systems which support it
authorWilly Tarreau <w@1wt.eu>
Fri, 5 Oct 2012 14:21:00 +0000 (16:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 5 Oct 2012 14:22:35 +0000 (16:22 +0200)
commit1c862c59204557dec1ab160dd9f1827618b425f2
tree9b605f5d0834407aae2e0476553a145d88331991
parent4c75cca8ba5f0875c5f64d46221e69e6d7a95c99
MEDIUM: tcp: enable TCP Fast Open on systems which support it

If TCP_FASTOPEN is defined, then the "tfo" option is supported on
"bind" lines to enable TCP Fast Open (linux >= 3.6).
doc/configuration.txt
include/types/listener.h
src/proto_tcp.c