]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sock: Add protocol and socket types parameters to sock_create_server_socket()
authorFrederic Lecaille <flecaille@haproxy.com>
Tue, 3 Jun 2025 14:25:53 +0000 (16:25 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 11 Jun 2025 16:37:34 +0000 (18:37 +0200)
commit52ec3430f226a1fbf98d9608b1d78198fac9d0ef
tree820ede9b9d743852cadcf75a2c16a5e0a8d16970
parent9c84f6465259806462dc084a55213b7932ef94c1
MINOR: sock: Add protocol and socket types parameters to sock_create_server_socket()

This patch only adds <proto_type> new proto_type enum parameter and <sock_type>
socket type parameter to sock_create_server_socket() and adapts its callers.
This is to prepare the use of this function by QUIC servers/backends.
include/haproxy/sock.h
src/proto_quic.c
src/proto_tcp.c
src/proto_uxst.c
src/sock.c