]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add README for QUIC demos directory
authorHugo Landau <hlandau@openssl.org>
Thu, 21 Mar 2024 11:12:43 +0000 (11:12 +0000)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:32 +0000 (11:27 -0500)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23487)

demos/quic/README.md [new file with mode: 0644]

diff --git a/demos/quic/README.md b/demos/quic/README.md
new file mode 100644 (file)
index 0000000..9ed20e6
--- /dev/null
@@ -0,0 +1,9 @@
+QUIC Demos
+==========
+
+This directory contains demos for the OpenSSL QUIC APIs.
+
+See also:
+
+- [HTTP/3 Client Demo](../http3/)
+- [QUIC Client DDD Demos](../doc/designs/ddd/)