Lines Matching refs:multi
6 demos/guide/quic-multi-stream.c
12 ossl-guide-quic-multi-stream
13 - OpenSSL Guide: Writing a simple multi-stream QUIC client
18 QUIC multi-stream application. It assumes a basic understanding of QUIC and how
24 In a QUIC multi-stream application we separate out the concepts of a QUIC
72 It is recommended that new multi-stream applications should not use a default
161 a simple multi-stream QUIC client application which connects to a server, send
169 blocking QUIC client and the multi-stream QUIC client. Although the example code
174 The complete source code for this example multi-stream QUIC client is available
176 C<quic-multi-stream.c>. It is also available online at
177 L<https://github.com/openssl/openssl/blob/master/demos/guide/quic-multi-stream.c>.
182 to disable the default stream for our multi-stream client. To do this we call