]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a QUIC multi-stream client demo
authorMatt Caswell <matt@openssl.org>
Mon, 14 Aug 2023 14:40:52 +0000 (15:40 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 25 Aug 2023 10:42:51 +0000 (11:42 +0100)
commit584140fa4b0a037c85b58722a08ba6fd0ee086ce
tree7a5b9c1a3142f6e94f1c67f199616a1af32be2e8
parent344ae0f39afa0b4cc352eac64d6e7d25bb37e9bd
Add a QUIC multi-stream client demo

Demonstrate how to use the QUIC multi-stream APIs with a simple blocking
client.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21765)
demos/guide/Makefile
demos/guide/quic-client-block.c
demos/guide/quic-multi-stream.c [new file with mode: 0644]
demos/guide/tls-client-block.c