mirror of
https://github.com/curl/curl.git
synced 2026-08-05 05:06:13 +03:00
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.
This commit is contained in:
parent
9583b51d80
commit
a49e78d9b7
6 changed files with 50 additions and 9 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue