Create a noisy dgram test
authorMatt Caswell <matt@openssl.org>
Thu, 14 Sep 2023 09:59:47 +0000 (10:59 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 22 Sep 2023 12:56:43 +0000 (13:56 +0100)
commit43b94c7fe4a427ad95f7401dd24f42d2ae094dfb
tree87c44fe0632c608447b33317695d4d392c3ee59f
parentf34878d846de43a6f760e506f440b5fef85afba6
Create a noisy dgram test

Create a noisy dgram test that can drop/duplicate/reorder UDP packets and
ensure that the QUIC connection is tolerant of this. At this stage we just
create the outline of the test. Adding in the noise will come in future
commits.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22157)
test/build.info
test/helpers/noisydgrambio.c [new file with mode: 0644]
test/helpers/quictestlib.c
test/helpers/quictestlib.h
test/quicapitest.c