]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: encapsulate QCC tasklet wakeup
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 16 Oct 2024 15:56:15 +0000 (17:56 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 19 Nov 2024 15:16:48 +0000 (16:16 +0100)
commitede4cd4c2eaa1010135a83e9eccee8377cb1269f
tree95c31fae0fb817287c7d42d6888624602dd98d93
parent4a94a018f0d5e502b6f1df49721b8e0ecba33844
MINOR: mux-quic: encapsulate QCC tasklet wakeup

QUIC MUX will be responsible to drive emission with pacing. This will be
implemented via setting TASK_F_USR1 before I/O tasklet wakeup. To
prepare this, encapsulate each I/O tasklet wakeup into a new function
qcc_wakeup().

This commit is purely refactoring prior to pacing implementation into
QUIC MUX.
include/haproxy/mux_quic.h
src/mux_quic.c
src/quic_conn.c