1
1

timeout docs: mention they're added in 1.2.9

Этот коммит содержится в:
Daniel Stenberg 2011-05-13 22:47:22 +02:00
родитель 59673a111e
Коммит 821fb6ca71
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -13,5 +13,7 @@ return LIBSSH2_ERROR_TIMEOUT.
By default libssh2 has no timeout (zero) for blocking functions. By default libssh2 has no timeout (zero) for blocking functions.
.SH RETURN VALUE .SH RETURN VALUE
The value of the timeout setting. The value of the timeout setting.
.SH AVAILABILITY
Added in 1.2.9
.SH SEE ALSO .SH SEE ALSO
.BR libssh2_session_set_timeout(3) .BR libssh2_session_set_timeout(3)

Просмотреть файл

@ -14,5 +14,7 @@ By default or if you set the timeout to zero, libssh2 has no timeout for
blocking functions. blocking functions.
.SH RETURN VALUE .SH RETURN VALUE
Nothing Nothing
.SH AVAILABILITY
Added in 1.2.9
.SH SEE ALSO .SH SEE ALSO
.BR libssh2_session_get_timeout(3) .BR libssh2_session_get_timeout(3)