1
0
mirror of http://git.haproxy.org/git/haproxy.git/ synced 2025-04-11 03:31:36 +00:00
haproxy/include
Willy Tarreau e94ebd0e37 [MEDIUM] moved the sockaddr pointer to the fdtab structure
The stream_sock_* functions had to know about sessions just in
order to get the server's address for a connect() operation. This
is not desirable, particularly for non-IP protocols (eg: PF_UNIX).

Put a pointer to the peer's sockaddr_storage or sockaddr address
in the fdtab structure so that we never need to look further.

With this small change, the stream_sock.c file is now 100% protocol
independant.
2007-10-15 17:14:01 +02:00
..
common [MINOR] report haproxy's version by default on the stats page 2007-10-15 10:05:11 +02:00
import [MAJOR] migrated task, tree64 and session to pool2 2007-05-13 19:43:47 +02:00
proto [MEDIUM] Spread health checks even more 2007-10-15 09:33:10 +02:00
types [MEDIUM] moved the sockaddr pointer to the fdtab structure 2007-10-15 17:14:01 +02:00