-
- Downloads
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)
Showing
- test/build.info 4 additions, 4 deletionstest/build.info
- test/helpers/noisydgrambio.c 130 additions, 0 deletionstest/helpers/noisydgrambio.c
- test/helpers/quictestlib.c 8 additions, 0 deletionstest/helpers/quictestlib.c
- test/helpers/quictestlib.h 10 additions, 2 deletionstest/helpers/quictestlib.h
- test/quicapitest.c 31 additions, 0 deletionstest/quicapitest.c
Loading
Please register or sign in to comment