mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
doc: Document the unit for ssh_select() timeout.
BUG: https://red.libssh.org/issues/143
This commit is contained in:
@@ -421,7 +421,7 @@ static int ssh_select_cb (socket_t fd, int revents, void *userdata){
|
|||||||
* @param[in] readfds A fd_set of file descriptors to be select'ed for
|
* @param[in] readfds A fd_set of file descriptors to be select'ed for
|
||||||
* reading.
|
* reading.
|
||||||
*
|
*
|
||||||
* @param[in] timeout A timeout for the select.
|
* @param[in] timeout The timeout in milliseconds.
|
||||||
*
|
*
|
||||||
* @return SSH_OK on success,
|
* @return SSH_OK on success,
|
||||||
* SSH_ERROR on error,
|
* SSH_ERROR on error,
|
||||||
|
|||||||
Reference in New Issue
Block a user