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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
CURL.SetOptionLocalPortRange
This is the number of attempts curl should make to find a working local port number.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CURL | 2.5 | Yes | Yes | Yes | Yes | Yes |
MBS( "CURL.SetOptionLocalPortRange"; curl; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
| Value | The local port number attempts. | 1 |
Result
Returns "OK" on success.
Description
This is the number of attempts curl should make to find a working local port number.It starts with the given CURL.SetOptionLocalPort and adds one to the number for each retry. Setting this to 1 or below will make libcurl do only one try for the exact port number. Port numbers by nature are scarce resources that will be busy at times so setting this value to something too low might cause unnecessary connection setup failures.
See also LOCALPORTRANGE option in CURL manual.
See also
Created 18th August 2014, last changed 18th August 2014
CURL.SetOptionLocalPort - CURL.SetOptionLoginOptions
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins