aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-08-11 16:15:43 +0100
committerMatt Caswell <matt@openssl.org>2023-08-25 11:42:51 +0100
commit344ae0f39afa0b4cc352eac64d6e7d25bb37e9bd (patch)
tree2930a55bd74254405a5fe968f0e141855c5ad7d5 /doc/man7
parent306101e5d919476a4f68ae8e6f73993d8ebe269e (diff)
downloadopenssl-344ae0f39afa0b4cc352eac64d6e7d25bb37e9bd.tar.gz
Add an initial guide page for writing a multi-stream QUIC client
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21765)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/ossl-guide-quic-multi-stream.pod36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/man7/ossl-guide-quic-multi-stream.pod b/doc/man7/ossl-guide-quic-multi-stream.pod
new file mode 100644
index 0000000000..030792ce43
--- /dev/null
+++ b/doc/man7/ossl-guide-quic-multi-stream.pod
@@ -0,0 +1,36 @@
+=pod
+
+=begin comment
+
+NB: Changes to the source code samples in this file should also be reflected in
+demos/guide/quic-multi-stream.c
+
+=end comment
+
+=head1 NAME
+
+ossl-guide-quic-multi-stream
+- OpenSSL Guide: Writing a simple multi-stream QUIC client
+
+=head1 SIMPLE MULTI-STREAM QUIC CLIENT EXAMPLE
+
+CONTENT HERE
+
+
+
+=head1 SEE ALSO
+
+L<ossl-guide-introduction(7)>, L<ossl-guide-libraries-introduction(7)>,
+L<ossl-guide-libssl-introduction(7)> L<ossl-guide-quic-introduction(7)>,
+L<ossl-guide-quic-client-block(7)>
+
+=head1 COPYRIGHT
+
+Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.
+
+Licensed under the Apache License 2.0 (the "License"). You may not use
+this file except in compliance with the License. You can obtain a copy
+in the file LICENSE in the source distribution or at
+L<https://www.openssl.org/source/license.html>.
+
+=cut