From: Hugo Landau Date: Thu, 21 Mar 2024 11:12:43 +0000 (+0000) Subject: Add README for QUIC demos directory X-Git-Tag: openssl-3.5.0-alpha1~425 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03ca681728c64d2defce971d0ed51215de799381;p=thirdparty%2Fopenssl.git Add README for QUIC demos directory Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23487) --- diff --git a/demos/quic/README.md b/demos/quic/README.md new file mode 100644 index 00000000000..9ed20e6b76a --- /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/)