aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/GNURLOPT_LOCALPORT.3
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-25 11:15:00 +0000
committerng0 <ng0@n0.is>2019-02-25 11:15:00 +0000
commit2a251478463006d1deacf1610987d75054ba4fb8 (patch)
tree41bfad1ee4f0d2cee35c88d7de02ce0356307379 /docs/libcurl/opts/GNURLOPT_LOCALPORT.3
parent810ed5cbb8e14bd8c1f9bfed76b3811a1cdd0207 (diff)
parentf3294d9d86e6a7915a967efff2842089b8b0d071 (diff)
downloadgnurl-2a251478463006d1deacf1610987d75054ba4fb8.tar.gz
gnurl-2a251478463006d1deacf1610987d75054ba4fb8.tar.bz2
gnurl-2a251478463006d1deacf1610987d75054ba4fb8.zip
Merge tag 'curl-7_64_0'
curl 7.64.0
Diffstat (limited to 'docs/libcurl/opts/GNURLOPT_LOCALPORT.3')
-rw-r--r--docs/libcurl/opts/GNURLOPT_LOCALPORT.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/GNURLOPT_LOCALPORT.3 b/docs/libcurl/opts/GNURLOPT_LOCALPORT.3
index c92a354bd..e00da7a37 100644
--- a/docs/libcurl/opts/GNURLOPT_LOCALPORT.3
+++ b/docs/libcurl/opts/GNURLOPT_LOCALPORT.3
@@ -41,7 +41,7 @@ All
CURL *curl = curl_easy_init();
if(curl) {
curl_easy_setopt(curl, CURLOPT_URL, "http://example.com/foo.bin");
- curl_easy_setopt(curl, CURLOPT_LOCALPORT, 8080L);
+ curl_easy_setopt(curl, CURLOPT_LOCALPORT, 49152L);
/* and try 20 more ports following that */
curl_easy_setopt(curl, CURLOPT_LOCALPORTRANGE, 20L);
ret = curl_easy_perform(curl);