]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: take out xprt snd_buf operation
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 9 Feb 2022 14:43:07 +0000 (15:43 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 9 Feb 2022 14:57:46 +0000 (15:57 +0100)
commit58a7704d5404118c74b36314aea135b3eb6f6dbe
tree86395ab9594563462293843ba6368bfb9d606553
parent80bd837aafbf0ce7d0c297b23122407de0d6dc07
MINOR: quic: take out xprt snd_buf operation

Rename quic_conn_to_buf to qc_snd_buf and remove it from xprt ops. This
is done to reflect the true usage of this function which is only a
wrapper around sendto but cannot be called by the upper layer.

qc_snd_buf is moved in quic-sock because to mark its link with
quic_sock_fd_iocb which is the recvfrom counterpart.
include/haproxy/quic_sock.h
src/quic_sock.c
src/xprt_quic.c