commit | cb6cd43725b89ca2f5c359a7bcab542af051e73e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 13 07:34:14 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 13 07:34:14 2009 +0200 |
tree | 9746ca7cdc2a729739388383c47d37acde04a1a1 | |
parent | f2d2b1d128dfa91719bb70cc847b4a14df27c4be [diff] |
[MINOR] tcp: add support for the defer_accept bind option This can ensure that data is readily available on a socket when we accept it, but a bug in the kernel ignores the timeout so the socket can remain pending as long as the client does not talk. Use with care.