Clarify the terminology in the noisy dgram BIO
authorMatt Caswell <matt@openssl.org>
Thu, 21 Sep 2023 09:25:00 +0000 (10:25 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 22 Sep 2023 12:56:43 +0000 (13:56 +0100)
commit523c5a06c590b7f2950043a6b8308c3f3e49cb51
tree3a274dc0eaa8f53bd436a4d0df7e8c63f6897938
parent18fd0ea04d6bd37809a4e9a669c49cf9bc146bfb
Clarify the terminology in the noisy dgram BIO

The previous terminology was quite confusing. We try to use drop, duplicate
and delay more consistently and introduce the "reinject" terminology as a
mechanism for implementing duplicates and delays.

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/noisydgrambio.c