]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Add a list to QUIC sock I/O handler RX buffer
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 26 Jan 2022 14:55:21 +0000 (15:55 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 27 Jan 2022 15:37:55 +0000 (16:37 +0100)
commit53898bba815bf635b90c52e4a154ecba3a1de7e9
treef9042dc2ad70f58451cf390fef68ca2dd58c3f4f
parentce521e4f15c5b2366b4979346636a62c01e41d82
MINOR: quic: Add a list to QUIC sock I/O handler RX buffer

This list will be used to store datagrams in the rxbuf struct used
by the quic_sock_fd_iocb() QUIC sock I/O handler with one rxbuf by thread.
include/haproxy/xprt_quic-t.h
src/proto_quic.c