cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Issue throttling transfer speed

From: Alexis Oldroyd <alexis.oldroyd_at_gmail.com>
Date: Mon, 6 Oct 2008 17:28:02 -0500

I am using transfer limiting and it works fine to speed it up or slow it
down. I had to ensure I was using a 64 bit integer however. I read somewhere
about a guy who was using the python bindings which didn't marshal the
integer properly and thus wouldn't work for him. I'm using pure C++ and it
works as expected.

-----Original Message-----
From: curl-library-bounces_at_cool.haxx.se
[mailto:curl-library-bounces_at_cool.haxx.se] On Behalf Of Wei Weng
Sent: Monday, October 06, 2008 3:58 PM
To: libcurl development
Subject: Re: Issue throttling transfer speed

Peter Ashford wrote:
>
> Okay. I guess we could kill the current transfer then resume at a new
> speed. What I don't understand then, is why it works changing speed
> from slow to full speed?
>

Is pausing the connection, change the speed and then unpausing it gonna
work?

Thanks
Wei
Received on 2008-10-07