cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: max download/upload speed setting (libcurl, Delphi)

From: :) <frankdochy_at_gmail.com>
Date: Sun, 5 Jul 2009 22:17:44 +0200

> But for now I would just try something like:
> Int64 speed = 1024*10;
>  curl_easy_setopt(MyCurl, CURLOPT_MAX_RECV_SPEED_LARGE, speed);
>  curl_easy_setopt(MyCurl, CURLOPT_MAX_SEND_SPEED_LARGE, speed);

I have tried this already ... and no success :(

I study the source code of that binding and I found this
function curl_easy_setopt(curl:pCURL; option:CURLoption):CURLcode;
varargs; cdecl; external LIB_CURL;
I am not an expert, but isn't the "parameter" missing? :D :D :D

The problem is that developer of that binding does not improve it anymore ...
Received on 2009-07-05