]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: tfo: bump required kernel to linux-3.7
authorLukas Tribus <luky-37@hotmail.com>
Wed, 13 Feb 2013 22:35:39 +0000 (23:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 13 Feb 2013 23:03:04 +0000 (00:03 +0100)
commit0defb9078460cb18a1c4e396d30b539103069846
tree825ac22227da5dff771c4898f50d1431beb95941
parent39793095d7e19031504ed75aebfbb500680baaf7
DOC: tfo: bump required kernel to linux-3.7

Support for server side TFO was actually introduced in linux-3.7,
linux-3.6 just has client support.

This patch fixes documentation and a code comment about the
kernel requirement. It also fixes a wrong tfo related code
comment in src/proto_tcp.c.
doc/configuration.txt
include/types/listener.h
src/proto_tcp.c