summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-03-21 11:12:43 +0000
committerHugo Landau <hlandau@openssl.org>2024-04-19 09:31:06 +0100
commit93206d9b7e911c926840dca4cddb7a51dd5b1ab8 (patch)
tree5759a5b87370bad1c4f136bb841411fc9f53cbca
parentce9e51feb155fd405f4cfd1433036fae42810fa1 (diff)
Add README for QUIC demos directory
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23487)
-rw-r--r--demos/quic/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/demos/quic/README.md b/demos/quic/README.md
new file mode 100644
index 0000000000..9ed20e6b76
--- /dev/null
+++ b/demos/quic/README.md
@@ -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/)