summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_fifd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/quic/quic_fifd.c')
-rw-r--r--ssl/quic/quic_fifd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssl/quic/quic_fifd.c b/ssl/quic/quic_fifd.c
index 14ae8f07ba..acd836eff3 100644
--- a/ssl/quic/quic_fifd.c
+++ b/ssl/quic/quic_fifd.c
@@ -9,6 +9,7 @@
#include "internal/quic_fifd.h"
#include "internal/quic_wire.h"
+#include "internal/qlog_event_helpers.h"
DEFINE_LIST_OF(tx_history, OSSL_ACKM_TX_PKT);
@@ -119,6 +120,8 @@ static void on_lost(void *arg)
QUIC_CFQ_ITEM *cfq_item, *cfq_item_next;
int sstream_updated;
+ ossl_qlog_event_recovery_packet_lost(fifd->qlog, pkt);
+
/* STREAM and CRYPTO stream chunks, FIN and stream FC frames */
for (i = 0; i < num_chunks; ++i) {
sstream = fifd->get_sstream_by_id(chunks[i].stream_id,