]> git.ipfire.org Git - thirdparty/openssl.git/commit
QUIC TXP: Fix generation of CONNECTION_CLOSE
authorHugo Landau <hlandau@openssl.org>
Tue, 22 Nov 2022 13:31:42 +0000 (13:31 +0000)
committerHugo Landau <hlandau@openssl.org>
Thu, 19 Jan 2023 13:17:39 +0000 (13:17 +0000)
commit7f9d12495e3782fa384d9de3516478a490abc177
treee89405bfa1510af5adfd528547674c8b89e5b017
parentaf8b52cffe303c41510d1228605f9fcff9af0ee3
QUIC TXP: Fix generation of CONNECTION_CLOSE

CONNECTION_CLOSE frames can be generated on multiple ELs, so the TX
packetiser was generating it on multiple ELs simultaneously. This fixes
the CONNECTION_CLOSE generation logic so that the lowest non-dropped EL
is always used.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19734)
ssl/quic/quic_txp.c