include/nsysnet/nssl: Clarify "block" arg to NSSLCreateConnection

This commit is contained in:
Ash 2018-06-28 19:36:44 +10:00
parent 3e8c28f939
commit fb92450f21
No known key found for this signature in database
GPG Key ID: 461BAD1D1531729D

View File

@ -302,7 +302,7 @@ NSSLAddServerPKI(NSSLContextHandle context,
* An existing socket to use for the connection, or NULL.
*
* \param block
* Whether to block until the connection is open.
* If opening a new underlying socket, whether to open it in blocking mode.
*
* \returns
* A #NSSLConnectionHandle representing the current connection.