diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-30 09:22:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-30 09:22:48 +0000 |
commit | ba40eccc903990378f91ed218ed32da60bafe5b2 (patch) | |
tree | 1ceb2a26765d83a79f6375402f1b45bfe96d3a32 /lib/connect.h | |
parent | 4191741fb673494875ef2b1da0468277463f7357 (diff) | |
download | curl-ba40eccc903990378f91ed218ed32da60bafe5b2.tar.gz |
make the SSL connect use the same default connect timeout define as the
generic connect uses
Diffstat (limited to 'lib/connect.h')
-rw-r--r-- | lib/connect.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |