MINOR: quic: Possible wrong connection identification
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 8 Nov 2021 16:01:46 +0000 (17:01 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 19 Nov 2021 13:37:35 +0000 (14:37 +0100)
commit8370c93a0314f440ce98537144d6cd8d6776c40b
tree09f92f379be1099fac7296158936a97b9c8ba33a
parentd169efe52bdfa56955a73689f110fffba35c3424
MINOR: quic: Possible wrong connection identification

A client may send several Initial packets. This is the case for picoquic
with -Q option. In this case we must identify the connection of incoming
Initial packets thanks to the original destination connection ID.
src/xprt_quic.c