]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: create a timeout task
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 13 Jan 2022 15:28:06 +0000 (16:28 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 1 Feb 2022 14:19:35 +0000 (15:19 +0100)
commitaebe26f8bae91e3566a4c72a007a65a8ab61d892
tree98a0d811bdc5828b2ef9e683d71d2cac02b5e323
parentd975148776996c71c06d8f0e26c864453c1fc23f
MINOR: mux-quic: create a timeout task

This task will be used to schedule a timer when there is no activity on
the mux. The timeout is set via the "timeout client" from the
configuration file.

The timeout task process schedule the timeout only on specific
conditions. Currently, it's done if there is no opened bidirectional
stream.

For now this task is not used. This will be implemented in the following
commit.
include/haproxy/mux_quic-t.h
src/mux_quic.c