]> git.kaiwu.me - haproxy.git/commit
[MINOR] add the "nolinger" option to disable data lingering
authorAlexandre Cassen <acassen@freebox.fr>
Thu, 11 Oct 2007 18:48:58 +0000 (20:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Oct 2007 18:48:58 +0000 (20:48 +0200)
commit25886d5f2b60c057dab330335e670a136ec6b7fd
tree015c01b14b70f3a86639a2f9e80eb6d2bbad60a3
parent174b51d289f52de5750d265a67f1669ff1f2f89c
[MINOR] add the "nolinger" option to disable data lingering

The following patch will give the ability to tweak socket linger mode.
You can use this option with "option nolinger" inside fronted or backend
configuration declaration.

This will help in environments where lots of FIN_WAIT sockets are
encountered.
doc/configuration.txt
doc/haproxy-en.txt
doc/haproxy-fr.txt
include/types/backend.h
include/types/global.h
src/backend.c
src/cfgparse.c
src/client.c
src/haproxy.c
src/proxy.c