Lines Matching refs:blocking
19 blocking QUIC client. On this page we will amend that demo code so that it
28 nonblocking socket. However, despite this, the B<SSL> object still has blocking
29 behaviour. When the B<SSL> object has blocking behaviour then this means that
271 this. Most of the steps to do this are the same as for a blocking client and are
276 (the default is blocking mode). To do that we use the
285 printf("Failed to turn off blocking mode\n");
311 As in the demo for a blocking QUIC client we use the L<SSL_connect(3)> function
333 As with the blocking QUIC client demo we use the L<SSL_write_ex(3)> function to
413 As in the QUIC blocking example we must shutdown the connection when we are
441 As with the blocking QUIC client example, once our connection is finished with
443 blocking example, so we won't repeat it here.
448 blocking QUIC client. See L<ossl-guide-quic-multi-stream(7)> to see how to write