]> git.ipfire.org Git - thirdparty/openssl.git/commit
Do batching of stream requests
authorNeil Horman <nhorman@openssl.org>
Fri, 6 Sep 2024 14:57:55 +0000 (10:57 -0400)
committerNeil Horman <nhorman@openssl.org>
Fri, 13 Sep 2024 19:37:08 +0000 (15:37 -0400)
commit1b6638b1d83524b90d2e626b2050b173b3012ee7
tree9953744dc46132846e96a80a842eba0a7cf97e42
parent34d6ec804b83eba213c5f5a13c9ab405c9832ed5
Do batching of stream requests

We have a limited number of streams to use
send requests in accordance with the number of streams we have
and batch requests according to that limit

Reviewed-by: Sasa Nedvedicky <sashan@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25426)
demos/guide/quic-hq-interop.c