From ccd31037713ad1cdfd88c85a169bd18b08579813 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Tue, 21 Feb 2023 10:18:59 +0000 Subject: Add channel-only tick mode and use it for thread assisted mode Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/20348) --- ssl/quic/quic_thread_assist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl/quic/quic_thread_assist.c') diff --git a/ssl/quic/quic_thread_assist.c b/ssl/quic/quic_thread_assist.c index 6b2c219982..4f760ea99c 100644 --- a/ssl/quic/quic_thread_assist.c +++ b/ssl/quic/quic_thread_assist.c @@ -49,7 +49,7 @@ static unsigned int assist_thread_main(void *arg) if (qta->teardown) break; - ossl_quic_reactor_tick(rtor); + ossl_quic_reactor_tick(rtor, QUIC_REACTOR_TICK_FLAG_CHANNEL_ONLY); } CRYPTO_THREAD_unlock(m); -- cgit v1.2.3