]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: xprt: Add recvmsg() and sendmsg() parameters to rcv_buf() and snd_buf().
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 17 Jun 2025 14:43:20 +0000 (16:43 +0200)
committerOlivier Houchard <cognet@ci0.org>
Wed, 20 Aug 2025 15:28:03 +0000 (17:28 +0200)
commit3d685fcb7dc4082ea68608b03d0e5eee400c15c8
treed0af7c35e8384994b5aa190c0c34b6de5de8f019
parent67cb6aab9006f19cd6478040fb8adc2f7c6153d6
MINOR: xprt: Add recvmsg() and sendmsg() parameters to rcv_buf() and snd_buf().

In rcv_buf() and snd_buf(), use sendmsg/recvmsg instead of send and
recv, and add two new optional parameters to provide msg_control and
msg_controllen.
Those are unused for now, but will be used later for kTLS.
include/haproxy/connection-t.h
src/connection.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/mux_spop.c
src/raw_sock.c
src/ssl_sock.c
src/xprt_handshake.c