Add a QUIC non-blocking demo
authorMatt Caswell <matt@openssl.org>
Fri, 25 Aug 2023 12:44:14 +0000 (13:44 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 8 Sep 2023 14:44:37 +0000 (15:44 +0100)
commitb71784f741d5a90712607f57a45912292fba9573
treecd202d55a45c158d25b32068a4918c401670c891
parent0295364548bbab92b7002451c432489b55229ab8
Add a QUIC non-blocking demo

Show how to write a QUIC client using a non-blocking socket

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