Enable tracing of packets that have been sent
authorMatt Caswell <matt@openssl.org>
Fri, 5 May 2023 15:51:43 +0000 (16:51 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 24 May 2023 11:18:33 +0000 (12:18 +0100)
commite8528c95a0543a218b432d2ea02e6bd0c1e7ab19
tree9c71c34078cf44e9534a03889330014081f61927
parent45454cccf8172b5a2d7c1342067a1d8dc8396fc9
Enable tracing of packets that have been sent

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20914)
12 files changed:
include/internal/quic_record_rx.h
include/internal/quic_record_tx.h
include/internal/quic_types.h
include/internal/quic_wire_pkt.h
ssl/quic/quic_channel.c
ssl/quic/quic_record_rx.c
ssl/quic/quic_record_tx.c
ssl/quic/quic_trace.c
ssl/quic/quic_wire_pkt.c
test/helpers/quictestlib.c
test/quic_record_test.c
test/quic_wire_test.c