]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proto_quic: Allocate datagram handlers
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 26 Jan 2022 16:45:39 +0000 (17:45 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 27 Jan 2022 15:37:55 +0000 (16:37 +0100)
commit69dd5e6a0b05190381415908e8db732432316e18
tree1b8e6f65c076286954f5ef9affcd12bf0ae03e90
parent3d4bfe708add075b995584e7b2d5915a69d68e05
MINOR: proto_quic: Allocate datagram handlers

Add quic_dghdlr new struct do define datagram handler tasks, one by thread.
Allocate them and attach them to the listener receiver part calling
quic_alloc_dghdlrs_listener() newly implemented function.
include/haproxy/receiver-t.h
include/haproxy/xprt_quic-t.h
src/proto_quic.c