From a49e78d9b758cad12d886df2d5c8459a34477bbb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 30 May 2007 20:04:44 +0000 Subject: Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for setting the maximum size of the connection cache maximum size of the multi handle. --- include/curl/multi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/curl/multi.h b/include/curl/multi.h index 5eab527ae..094c64849 100644 --- a/include/curl/multi.h +++ b/include/curl/multi.h @@ -309,6 +309,9 @@ typedef enum { /* This is the argument passed to the timer callback */ CINIT(TIMERDATA, OBJECTPOINT, 5), + /* maximum number of entries in the connection cache */ + CINIT(MAXCONNECTS, LONG, 6), + CURLMOPT_LASTENTRY /* the last unused */ } CURLMoption; -- cgit v1.2.3