]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a QUIC test for back pressure
authorMatt Caswell <matt@openssl.org>
Wed, 5 Jul 2023 14:10:17 +0000 (15:10 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 1 Aug 2023 18:11:14 +0000 (20:11 +0200)
commita1c87f64dd6d6b0f1c8b276dc415f69e1102f930
tree918a6f5829d78987d3e113f6ad485fb83aa79dcf
parentdf3d609030bdb0868d1ccca14227bb6829ad954c
Add a QUIC test for back pressure

Check that if one endpoint is sending data faster than its peer can handle
then we eventually see back pressure.

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