curl-library
Adding client WAN support to libcurl
From: Pavel Orehov <pcarlo_at_bezeqint.net>
Date: Fri, 11 Feb 2005 11:36:14 +0200
Date: Fri, 11 Feb 2005 11:36:14 +0200
Hi,
I want to add to libcurl client WAN support functionality to
be able to perform the following features:
- Delay between transactions
- Send/Receive data in chunks on TCP layer
- Dtop transaction after some defined time period
- All these features should work via HTTP, HTTPS, FTPoHTTP
protocols
Probably libcurl dev will not add this features to libcurl
because this is not normal behavior of client.
So i wanted to know in which functions and files i should add
delays and write/read in my defined blocks in all before
specified protocols. If first look i see that all read/write
to socket actions are in one function, i just want to be sure
that i am not missing something.
Thanks,
Pavel.
Received on 2005-02-11