Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with the
authorDaniel Stenberg <daniel@haxx.se>
Mon, 30 Jan 2006 08:24:07 +0000 (08:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 30 Jan 2006 08:24:07 +0000 (08:24 +0000)
commit2fbf94b0f309de9bd9153274bb475abc744afb0a
treef2e9a364ed27e4f115931be6e424138268b6bee0
parent32bc30e210ea41552f3dee64edd290a129020dc7
Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with the
curl tool with --local-port. Plain and simply set the range of ports to bind
the local end of connections to. Implemented on to popular demand.

Not extensively tested. Please let me know how it works.
CHANGES
RELEASE-NOTES
docs/curl.1
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/connect.c
lib/url.c
lib/urldata.h
src/main.c