]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: server: implement TCP_USER_TIMEOUT on the server
authorWilly Tarreau <w@1wt.eu>
Tue, 13 Oct 2015 14:16:41 +0000 (16:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 13 Oct 2015 14:18:27 +0000 (16:18 +0200)
commit163d4620c627bff4d8f29d1bc8c497f3819778b8
treee4effe3593c6bc4dc3f175acdea91171b7acb5b2
parent061b5ded28eb4e8baea0db4e24d919aaab92ff55
MEDIUM: server: implement TCP_USER_TIMEOUT on the server

This is equivalent to commit 2af207a ("MEDIUM: tcp: implement tcp-ut
bind option to set TCP_USER_TIMEOUT") except that this time it works
on the server side. The purpose is to detect dead server connections
even when checks are rare, disabled, or after a soft reload (since
checks are disabled there as well), and to ensure client connections
will get killed faster.
doc/configuration.txt
include/types/server.h
src/proto_tcp.c