]> git.ipfire.org Git - thirdparty/openssl.git/commit
Test that we send multiple datagrams in one go if appropriate
authorMatt Caswell <matt@openssl.org>
Mon, 21 Aug 2023 15:10:53 +0000 (16:10 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 25 Aug 2023 06:42:39 +0000 (08:42 +0200)
commit8c5284ff194f444877ae25012d3d07ee46e46219
tree06070d435d0986c924975e3096d33bb504985120
parent0b31072e086dc9a53f62cec60ea8d565320e640a
Test that we send multiple datagrams in one go if appropriate

If we have enough data for more than one datagram then we should send more
than one datagram

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21798)
test/quicapitest.c