]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Add closing connection state
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 28 Mar 2022 10:13:09 +0000 (12:13 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 6 Apr 2022 13:52:35 +0000 (15:52 +0200)
commit59bf255806cfee4cc62c85509550af88dff17460
tree3d515d8bf97c74a8a078b402050947bd8108c25d
parent47756809fba816c23441fecaf4383ca14c249b6b
MINOR: quic: Add closing connection state

New received packets after sending CONNECTION_CLOSE frame trigger a new
CONNECTION_CLOSE frame to be sent. Each time such a frame is sent we
increase the number of packet required to send another CONNECTION_CLOSE
frame.
Rearm only one time the idle timer when sending a CONNECTION_CLOSE frame.
include/haproxy/xprt_quic-t.h
src/xprt_quic.c