]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] splice: add the global "nosplice" option
authorWilly Tarreau <w@1wt.eu>
Sun, 25 Jan 2009 15:03:28 +0000 (16:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 25 Jan 2009 15:03:28 +0000 (16:03 +0100)
commit3ab68cf0ae4f12446d8c3536bff3f98cc681eef9
tree36862bf35705e8e06e9b688b838a506120a697aa
parent43b78999ec73e48b534ea0ceabde7749a8bd3c30
[MEDIUM] splice: add the global "nosplice" option

Setting "nosplice" in the global section will disable the use of TCP
splicing (both tcpsplice and linux 2.6 splice). The same will be
achieved using the "-dS" parameter on the command line.
include/types/global.h
src/backend.c
src/cfgparse.c
src/haproxy.c
src/session.c