mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:23:32 +03:00
multi, signal network changed
A modified version of #17246 for signalling changes in network: New multi option `CURLMOPT_NETWORK_CHANGED` with a long value: 0 - does nothing 1 - do not reuse existing connections 2 - as 1, but also clear DNS cache One could also make the long a bitmask, if people want more control. Documentation to be added if this gets the vote to go forward.
This commit is contained in:
parent
7b8594176d
commit
b1e6bae277
14 changed files with 257 additions and 4 deletions
|
|
@ -559,6 +559,7 @@ CURLMOPT_MAX_HOST_CONNECTIONS 7.30.0
|
|||
CURLMOPT_MAX_PIPELINE_LENGTH 7.30.0
|
||||
CURLMOPT_MAX_TOTAL_CONNECTIONS 7.30.0
|
||||
CURLMOPT_MAXCONNECTS 7.16.3
|
||||
CURLMOPT_NETWORK_CHANGED 8.15.0
|
||||
CURLMOPT_PIPELINING 7.16.0
|
||||
CURLMOPT_PIPELINING_SERVER_BL 7.30.0
|
||||
CURLMOPT_PIPELINING_SITE_BL 7.30.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue