Home
last modified time | relevance | path

Searched refs:rate (Results 1 – 14 of 14) sorted by last modified time

/curl/docs/
H A DTODO196 21.1 Support rate-limiting
1117 its rate limits:
1222 - If splitting up the work improves the transfer rate, it could then be done
1387 21.1 Support rate-limiting
1389 The rate-limiting logic is done in the PERFORMING state in multi.c but MQTT
H A Doptions-in-versions114 --limit-rate 7.10
196 --rate 7.84.0
H A DFAQ1086 on its own. --speed-limit/--speed-time will abort if the data transfer rate
/curl/
H A DRELEASE-NOTES195 o tool_cb_rea: limit rate unpause for -T . uploads [136]
/curl/src/
H A Dtool_cb_rea.c130 static long rate = 500; in tool_readbusy_cb() local
140 rate -= rate/4 - tvdiff(now, prev)/4; in tool_readbusy_cb()
144 rate = 50; in tool_readbusy_cb()
147 if(rate >= 50) { in tool_readbusy_cb()
/curl/docs/cmdline-opts/
H A DMakefile.inc149 limit-rate.md \
231 rate.md \
H A Dlimit-rate.md4 Long: limit-rate
11 - rate
15 - --limit-rate 100K $URL
16 - --limit-rate 1000 $URL
17 - --limit-rate 10M $URL
20 # `--limit-rate`
22 Specify the maximum transfer rate you want curl to use - for both downloads
32 The rate limiting logic works on averaging the transfer speed to no more than
36 might cripple the rate-limiting slightly, to help keeping the speed-limit
H A Dspeed-limit.md13 - limit-rate
H A Dspeed-time.md13 - limit-rate
H A Drate.md4 Long: rate
5 Arg: <max request rate>
6 Help: Request rate for serial transfers
12 - limit-rate
15 - --rate 2/s $URL ...
16 - --rate 3/h $URL ...
17 - --rate 14/m $URL ...
20 # `--rate`
23 transfer starts per time unit (sometimes called request rate). Without this
26 If given several URLs and a transfer completes faster than the allowed rate,
[all …]
H A Dmax-filesize.md12 - limit-rate
/curl/docs/libcurl/opts/
H A DCURLOPT_MAX_RECV_SPEED_LARGE.md17 CURLOPT_MAX_RECV_SPEED_LARGE - rate limit data download speed
H A DCURLOPT_MAX_SEND_SPEED_LARGE.md16 CURLOPT_MAX_SEND_SPEED_LARGE - rate limit data upload speed
/curl/tests/data/
H A Dtest72929 http://fake --limit-rate 1 -x socks4a://aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa…

Completed in 40 milliseconds