From 93206d9b7e911c926840dca4cddb7a51dd5b1ab8 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Thu, 21 Mar 2024 11:12:43 +0000 Subject: Add README for QUIC demos directory Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23487) --- demos/quic/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 demos/quic/README.md 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/) -- cgit v1.2.3