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)
This commit is contained in:
Hugo Landau 2024-03-21 11:12:43 +00:00 committed by Neil Horman
parent fe1029d16b
commit 03ca681728

9
demos/quic/README.md Normal file
View File

@ -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/)