mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Added CURLOPT_CONNECTTIMEOUT
This commit is contained in:
parent
d445eac162
commit
2360e5ce12
@ -425,6 +425,11 @@ typedef enum {
|
|||||||
/* Set to the Entropy Gathering Daemon socket pathname */
|
/* Set to the Entropy Gathering Daemon socket pathname */
|
||||||
CINIT(EGDSOCKET, OBJECTPOINT, 77),
|
CINIT(EGDSOCKET, OBJECTPOINT, 77),
|
||||||
|
|
||||||
|
/* Time-out connect operations after this amount of seconds, if connects
|
||||||
|
are OK within this time, then fine... This only aborts the connect
|
||||||
|
phase. [Only works on unix-style/SIGALRM operating systems] */
|
||||||
|
CINIT(CONNECTTIMEOUT, LONG, 78),
|
||||||
|
|
||||||
CURLOPT_LASTENTRY /* the last unusued */
|
CURLOPT_LASTENTRY /* the last unusued */
|
||||||
} CURLoption;
|
} CURLoption;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user