summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-03-21 15:19:34 +0000
committerHugo Landau <hlandau@openssl.org>2023-03-30 11:14:16 +0100
commit9cf091a3c5f34277dca1cac979c7d632c7236d7b (patch)
tree83eece0baa57348f49e692291c510ba0de194689 /doc
parent6c091ca968f4c62744a5161d54f2c2dd89a76993 (diff)
downloadopenssl-new-9cf091a3c5f34277dca1cac979c7d632c7236d7b.tar.gz
QUIC Thread Assisted mode: miscellaneous fixes
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 'doc')
-rw-r--r--doc/designs/quic-design/quic-thread-assist.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/designs/quic-design/quic-thread-assist.md b/doc/designs/quic-design/quic-thread-assist.md
index 81a6e28a30..e26a00a7cb 100644
--- a/doc/designs/quic-design/quic-thread-assist.md
+++ b/doc/designs/quic-design/quic-thread-assist.md
@@ -1,7 +1,7 @@
QUIC Thread Assisted Mode Synchronisation Requirements
======================================================
-In thread assisted mode, we spin up a background thread to ensure that periodic
+In thread assisted mode, we create a background thread to ensure that periodic
QUIC processing is handled in a timely fashion regardless of whether an
application is frequently calling (or blocked in) SSL API I/O functions.