mirror of
https://github.com/moparisthebest/curl
synced 2025-01-05 10:58:05 -05:00
docs: link CURLOPT_CONNECTTIMEOUT and CURLOPT_CONNECTTIMEOUT_MS
Closes #1922
This commit is contained in:
parent
46d63bbbe8
commit
c66d94d6da
@ -36,6 +36,9 @@ default built-in connection timeout - 300 seconds. See also the
|
|||||||
|
|
||||||
In unix-like systems, this might cause signals to be used unless
|
In unix-like systems, this might cause signals to be used unless
|
||||||
\fICURLOPT_NOSIGNAL(3)\fP is set.
|
\fICURLOPT_NOSIGNAL(3)\fP is set.
|
||||||
|
|
||||||
|
If both \fICURLOPT_CONNECTTIMEOUT(3)\fP and \fICURLOPT_CONNECTTIMEOUT_MS(3)\fP
|
||||||
|
are set, the value set last will be used.
|
||||||
.SH DEFAULT
|
.SH DEFAULT
|
||||||
300
|
300
|
||||||
.SH PROTOCOLS
|
.SH PROTOCOLS
|
||||||
@ -57,4 +60,5 @@ Always
|
|||||||
.SH RETURN VALUE
|
.SH RETURN VALUE
|
||||||
Returns CURLE_OK
|
Returns CURLE_OK
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
|
.BR CURLOPT_CONNECTTIMEOUT_MS "(3), "
|
||||||
.BR CURLOPT_TIMEOUT "(3), " CURLOPT_LOW_SPEED_LIMIT "(3), "
|
.BR CURLOPT_TIMEOUT "(3), " CURLOPT_LOW_SPEED_LIMIT "(3), "
|
||||||
|
@ -36,6 +36,9 @@ default built-in connection timeout - 300 seconds. See also the
|
|||||||
|
|
||||||
In unix-like systems, this might cause signals to be used unless
|
In unix-like systems, this might cause signals to be used unless
|
||||||
\fICURLOPT_NOSIGNAL(3)\fP is set.
|
\fICURLOPT_NOSIGNAL(3)\fP is set.
|
||||||
|
|
||||||
|
If both \fICURLOPT_CONNECTTIMEOUT(3)\fP and \fICURLOPT_CONNECTTIMEOUT_MS(3)\fP
|
||||||
|
are set, the value set last will be used.
|
||||||
.SH DEFAULT
|
.SH DEFAULT
|
||||||
300000
|
300000
|
||||||
.SH PROTOCOLS
|
.SH PROTOCOLS
|
||||||
@ -57,4 +60,5 @@ Always
|
|||||||
.SH RETURN VALUE
|
.SH RETURN VALUE
|
||||||
Returns CURLE_OK
|
Returns CURLE_OK
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
|
.BR CURLOPT_CONNECTTIMEOUT "(3), "
|
||||||
.BR CURLOPT_TIMEOUT "(3), " CURLOPT_LOW_SPEED_LIMIT "(3), "
|
.BR CURLOPT_TIMEOUT "(3), " CURLOPT_LOW_SPEED_LIMIT "(3), "
|
||||||
|
Loading…
Reference in New Issue
Block a user