]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tcp: Support TCP keepalive parameters customization
authorMIZUTA Takeshi <mizuta.takeshi@fujitsu.com>
Thu, 9 Jul 2020 02:13:20 +0000 (11:13 +0900)
committerWilly Tarreau <w@1wt.eu>
Thu, 9 Jul 2020 03:22:16 +0000 (05:22 +0200)
commitb24bc0dfb6cc6136d87d19d29acf5cc68803d49b
tree1e91bda0033c0aa66fab615bc5ccc5c94f151055
parent3b8f9b7b880397db03bfa54b26c8b6dbf6b5dc5e
MINOR: tcp: Support TCP keepalive parameters customization

It is now possible to customize TCP keepalive parameters.
These correspond to the socket options TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL
and are valid for the defaults, listen, frontend and backend sections.

This patch fixes GitHub issue #670.
doc/configuration.txt
include/haproxy/proxy-t.h
src/cfgparse-listen.c
src/proto_tcp.c
src/proxy.c
src/session.c