Searched refs:rate (Results 1 – 13 of 13) sorted by relevance
4 Long: rate5 Arg: <max request rate>6 Help: Request rate for serial transfers12 - limit-rate15 - --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 this26 If given several URLs and a transfer completes faster than the allowed rate,[all …]
4 Long: limit-rate11 - rate15 - --limit-rate 100K $URL16 - --limit-rate 1000 $URL17 - --limit-rate 10M $URL20 # `--limit-rate`22 Specify the maximum transfer rate you want curl to use - for both downloads32 The rate limiting logic works on averaging the transfer speed to no more than36 might cripple the rate-limiting slightly, to help keeping the speed-limit
13 - limit-rate
12 - limit-rate
151 limit-rate.md \234 rate.md \
128 static long rate = 500; in tool_readbusy_cb() local138 rate -= rate/4 - tvdiff(now, prev)/4; in tool_readbusy_cb()142 rate = 50; in tool_readbusy_cb()145 if(rate >= 50) { in tool_readbusy_cb()
29 http://fake --limit-rate 1 -x socks4a://aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa…
18 CURLOPT_MAX_RECV_SPEED_LARGE - rate limit data download speed
17 CURLOPT_MAX_SEND_SPEED_LARGE - rate limit data upload speed
116 --limit-rate 7.10199 --rate 7.84.0
190 21.1 Support rate-limiting1107 while acknowledging server specified rate limits:1212 - If splitting up the work improves the transfer rate, it could then be done1351 21.1 Support rate-limiting1353 The rate-limiting logic is done in the PERFORMING state in multi.c but MQTT
1085 on its own. --speed-limit/--speed-time will abort if the data transfer rate
Completed in 17 milliseconds