]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a non-blocking QUIC client demo
authorMatt Caswell <matt@openssl.org>
Thu, 8 Jun 2023 15:36:17 +0000 (16:36 +0100)
committerPauli <pauli@openssl.org>
Tue, 27 Jun 2023 23:53:22 +0000 (09:53 +1000)
commit23fe02e59785f0cfaa6d50aa3fa0d82bffe22a8d
tree0ba54e2f3611243ee52b4e3d6cf80f0a39e0230f
parent37f27b91deda5b6537883c06e845f0d2c28c5d5c
Add a non-blocking QUIC client demo

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