diff --git a/include/curl/curl.h b/include/curl/curl.h index 69f30a399ba0e29087c12f3d8b8e1092907fefe9..175eaddf1f2d8ac9f48d45bb4ca7c6eecd11c1ae 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -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;