commit | b24bc0dfb6cc6136d87d19d29acf5cc68803d49b | [log] [tgz] |
---|---|---|
author | MIZUTA Takeshi <mizuta.takeshi@fujitsu.com> | Thu Jul 09 11:13:20 2020 +0900 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 09 05:22:16 2020 +0200 |
tree | 1e91bda0033c0aa66fab615bc5ccc5c94f151055 | |
parent | 3b8f9b7b880397db03bfa54b26c8b6dbf6b5dc5e [diff] |
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.