]> git.ipfire.org Git - thirdparty/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>
Mon, 15 Oct 2007 07:33:06 +0000 (09:33 +0200)
commit87ea5483138a07b9a731be9f0d3e9868083be052
treeb18e6021e53b0cf3360b63b2004137e08fc3a68a
parent9198ab5e7cd743bf8f835d40bddf09a958b37ef0
[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