Skip to content
Snippets Groups Projects
Commit 2360e5ce authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added CURLOPT_CONNECTTIMEOUT

parent d445eac1
No related branches found
No related tags found
No related merge requests found
......@@ -425,6 +425,11 @@ typedef enum {
/* Set to the Entropy Gathering Daemon socket pathname */
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 */
} CURLoption;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment