From ba40eccc903990378f91ed218ed32da60bafe5b2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 30 Jun 2004 09:22:48 +0000 Subject: make the SSL connect use the same default connect timeout define as the generic connect uses --- lib/connect.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/connect.h') diff --git a/lib/connect.h b/lib/connect.h index 6cf6b9a42..d39495cfc 100644 --- a/lib/connect.h +++ b/lib/connect.h @@ -38,4 +38,7 @@ CURLcode Curl_connecthost(struct connectdata *conn, ); int Curl_ourerrno(void); + +#define DEFAULT_CONNECT_TIMEOUT 300000 /* milliseconds == five minutes */ + #endif -- cgit v1.2.3