commit | 92fb9836ee4e9bc6ec21a6be0e8386dc41a25c1b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 16 17:34:28 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 18 14:11:15 2007 +0200 |
tree | db3864d807352a9b018dea06d2b30aebda1f95ce | |
parent | dd81598553d3f1be7b132086edcc090bad784b20 [diff] |
[MAJOR] implemented client-side support for PF_UNIX sockets A new file, proto_uxst.c, implements support of PF_UNIX sockets of type SOCK_STREAM. It relies on generic stream_sock_read/write and uses its own accept primitive which also tries to be generic. Right now it only implements an echo service in sight of a general support for start dumping via unix socket. The echo code is more of a proof of concept than useful code.