Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

CURL.SetMultiOptionMaxConcurrentStreams

Sets max connections per server.

Component Version macOS Windows Linux Server iOS SDK
CURL 10.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "CURL.SetMultiOptionMaxConcurrentStreams"; Value )   More

Parameters

Parameter Description Example
Value The new value.

Result

Returns OK or error.

Description

Sets max connections per server.
Only for asynchronous transfers with CURL.PerformAsync.
Maximum number of (pipelining) connections to one host.

See also

Release notes

Blog Entries

Created 13th November 2019, last changed 13th November 2019


CURL.SetMultiOptionContentLengthPenaltySize - CURL.SetMultiOptionMaxConnects

Feedback: Report problem or ask question.