]> git.kaiwu.me - haproxy.git/commit
MINOR: quic: Make the quic_conn be aware of the number of streams
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 2 May 2022 16:46:58 +0000 (18:46 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 3 May 2022 08:13:40 +0000 (10:13 +0200)
commit664741e1c54809209bf4569c78019b57253e5eb9
tree8af47abd6f4cb1913d000d46c30778dd63119e3f
parentb0749666340b31cccc6a17432f9c34f9ed429647
MINOR: quic: Make the quic_conn be aware of the number of streams

This is required when the retransmitted frame types when the mux is released.
We add a counter for the number of streams which were opened or closed by the mux.
After the mux has been released, we can rely on this counter to know if the STREAM
frames are retransmitted ones or not.
include/haproxy/quic_stream.h
include/haproxy/xprt_quic-t.h
src/mux_quic.c
src/quic_stream.c
src/xprt_quic.c