commit | fb56aab4431630f3a4345632140d962e8065c42a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 28 14:40:02 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 05 00:33:14 2012 +0200 |
tree | 47c893203c42689017b0de3adedc518e138819be | |
parent | 5f1504f5244e8adc0081e7c803f94e6eb3b15b38 [diff] |
MAJOR: checks: make use of the connection layer to send checks This is a first step, we now use the connection layer without the data layers (send/recv are still used by hand). The connection is established using tcp_connect_server() and raw_sock is assumed and forced for now. fdtab is not manipulated anymore and polling is managed via the connection layer. It becomes quite clear that the server needs a second ->ctrl and ->xprt dedicated to the checks.