Extend the noisy dgram test so that packets are also affected by noise
authorMatt Caswell <matt@openssl.org>
Tue, 19 Sep 2023 11:21:27 +0000 (12:21 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 22 Sep 2023 12:56:43 +0000 (13:56 +0100)
commitb1584a85d07fdf1cfaa7423392fba439f7b6b0ac
treedec4f66f47c3e6dc70490828615d4364fd958be4
parent35bd8a60043bde500f777e465530076524d2534a
Extend the noisy dgram test so that packets are also affected by noise

Where multiple packets are in a single datagram we split them so that all
packets can be affected by the noise

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22157)
test/helpers/quictestlib.c
test/helpers/quictestlib.h
test/quicapitest.c