commit | 163d4620c627bff4d8f29d1bc8c497f3819778b8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 13 16:16:41 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 13 16:18:27 2015 +0200 |
tree | e4effe3593c6bc4dc3f175acdea91171b7acb5b2 | |
parent | 061b5ded28eb4e8baea0db4e24d919aaab92ff55 [diff] |
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.