mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 15:22:37 +02:00
The new file sock.c will contain generic code for standard sockets relying on file descriptors. We currently have way too much duplication between proto_uxst, proto_tcp, proto_sockpair and proto_udp. For now only get_src, get_dst and sock_create_server_socket were moved, and are used where appropriate.