diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2014-01-23 11:29:01 +0100 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2014-01-23 11:29:58 +0100 |
| commit | 709e921942b810008fd68674a271e2aa5f6cf466 (patch) | |
| tree | 3c1659dafff4f649738de23805a827f6488f0533 /src | |
| parent | 43a69b0a657fa7e35bec27d0f4119407658bac84 (diff) | |
doc: Document the unit for ssh_select() timeout.
BUG: https://red.libssh.org/issues/143
Diffstat (limited to 'src')
| -rw-r--r-- | src/connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connect.c b/src/connect.c index 346a7ac0..5ddd149f 100644 --- a/src/connect.c +++ b/src/connect.c @@ -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 * reading. * - * @param[in] timeout A timeout for the select. + * @param[in] timeout The timeout in milliseconds. * * @return SSH_OK on success, * SSH_ERROR on error, |
