summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_thread_assist.c
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-02-21 10:18:59 +0000
committerHugo Landau <hlandau@openssl.org>2023-03-30 11:14:08 +0100
commitccd31037713ad1cdfd88c85a169bd18b08579813 (patch)
treed00a9ea37ff1e04ad9ad4ae7d2c9bfd9c7aa9f13 /ssl/quic/quic_thread_assist.c
parentf2f7c4f15ab1d8dc36b668877253c0e497da8ca6 (diff)
Add channel-only tick mode and use it for thread assisted mode
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20348)
Diffstat (limited to 'ssl/quic/quic_thread_assist.c')
-rw-r--r--ssl/quic/quic_thread_assist.c2
1 files changed, 1 insertions, 1 deletions
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);