]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Make usage of by datagram handler trees
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 27 Jan 2022 14:35:56 +0000 (15:35 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 27 Jan 2022 15:37:55 +0000 (16:37 +0100)
commit74904a479251539606f83c1ecef76d9a10fdb7d5
treebe245bb6432269fa62bb9c1d5393ba673a846a9a
parent9ea9463d470747ef4ee4e112f16b082f8abc55e6
MINOR: quic: Make usage of by datagram handler trees

The CID trees are no more attached to the listener receiver but to the
underlying datagram handlers (one by thread) which run always on the same thread.
So, any operation on these trees do not require any locking.
include/haproxy/receiver-t.h
src/proto_quic.c
src/xprt_quic.c