mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 23:46:56 -05:00
include/nsysnet/nssl: Clarify "block" arg to NSSLCreateConnection
This commit is contained in:
parent
3e8c28f939
commit
fb92450f21
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user