commit | 58a7704d5404118c74b36314aea135b3eb6f6dbe | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Feb 09 15:43:07 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Feb 09 15:57:46 2022 +0100 |
tree | 86395ab9594563462293843ba6368bfb9d606553 | |
parent | 80bd837aafbf0ce7d0c297b23122407de0d6dc07 [diff] |
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.