Lines Matching full:blocking
90 "head-of-line blocking"). It also enables an application to open additional
139 Fortunately a blocking application that does not leave the QUIC connection idle,
188 .SH "SOCKETS AND BLOCKING"
189 .IX Header "SOCKETS AND BLOCKING"
198 applications is the way that blocking is implemented. In TLS if your application
199 expects blocking behaviour then you configure the underlying socket for
200 blocking. Conversely if your application wants nonblocking behaviour then the
205 in blocking mode. So, from an application's perspective, calls to functions such
207 block. OpenSSL itself provides that blocking capability for QUIC instead of the
213 concepts in order to write a simple blocking QUIC client.
216 concepts in order to write a simple blocking QUIC server.