QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sent
authorHugo Landau <hlandau@openssl.org>
Tue, 21 Feb 2023 10:18:59 +0000 (10:18 +0000)
committerHugo Landau <hlandau@openssl.org>
Thu, 30 Mar 2023 10:14:08 +0000 (11:14 +0100)
commit134b79c0568457415bdceba03cb355fd746166fc
tree384675d65246ef38407c9d12cd7f48403e0f96be
parentbbc646e91a2fccf45b0cd2030b2de7f0ef828c58
QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sent

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