Lines Matching refs:blocking
19 blocking TLS client. On this page we will amend that demo code so that it
27 As we saw in the previous example a blocking socket is one which waits (blocks)
50 the socket into nonblocking mode. A socket will be default be blocking. The
217 this. The steps do this are the same as for a blocking client and are explained
223 As in the demo for a blocking TLS client we use the L<SSL_connect(3)> function
245 As with the blocking TLS client demo we use the L<SSL_write_ex(3)> function to
256 blocking tutorial (L<ossl-guide-tls-client-block(7)>) we write the request
325 As in the TLS blocking example we must shutdown the connection when we are
358 As with the blocking TLS client example, once our connection is finished with we
360 blocking example, so we won't repeat it here.
365 blocking TLS client. See L<ossl-guide-quic-client-block(7)> to see how to do the