Add support for timeouts into quictestlib.c
authorMatt Caswell <matt@openssl.org>
Mon, 18 Sep 2023 15:55:52 +0000 (16:55 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 22 Sep 2023 12:56:43 +0000 (13:56 +0100)
commita2026db2643db1e34cc25960e9ef74d08bcdee5a
tree1704a81f5e0c48f4cc9d48bb985069d8489c309d
parentfbfcc3fe3458c50a11aa414a1e499a2eee0eb2e9
Add support for timeouts into quictestlib.c

Now that we have a noisy datagram BIO we cannot rely on datagrams always
reliably being delivered in the test framework. We need to start taking
notice of timeouts and handling them appropriately.

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