diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index a592a0e4d..93954bca5 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -792,7 +792,7 @@ typedef enum { #define CURLSSLOPT_NO_REVOKE (1<<1) /* The default connection attempt delay in milliseconds for happy eyeballs. - CURLOPT_HAPPY_EYEBALLS_TIMEOUT.3 and happy-eyeballs-timeout-ms.d document + CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 and happy-eyeballs-timeout-ms.d document this value, keep them in sync. */ #define CURL_HET_DEFAULT 200L @@ -1831,7 +1831,7 @@ typedef enum { CINIT(TIMEVALUE_LARGE, OFF_T, 270), /* Head start in milliseconds to give happy eyeballs. */ - CINIT(HAPPY_EYEBALLS_TIMEOUT, LONG, 271), + CINIT(HAPPY_EYEBALLS_TIMEOUT_MS, LONG, 271), CURLOPT_LASTENTRY /* the last unused */ } CURLoption; |