Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 25 of 55) sorted by relevance

123

/curl/docs/cmdline-opts/
H A Dspeed-time.md7 Help: Trigger 'speed-limit' abort after this time
12 - speed-limit
13 - limit-rate
15 - --speed-limit 300 --speed-time 10 $URL
20 If a transfer runs slower than speed-limit bytes per second during a
22 speed-limit is 1 unless set with --speed-limit.
H A Dlimit-rate.md4 Long: limit-rate
12 - speed-limit
15 - --limit-rate 100K $URL
16 - --limit-rate 1000 $URL
17 - --limit-rate 10M $URL
20 # `--limit-rate`
35 If you also use the --speed-limit option, that option takes precedence and
36 might cripple the rate-limiting slightly, to help keeping the speed-limit
H A Dspeed-limit.md4 Long: speed-limit
13 - limit-rate
16 - --speed-limit 300 --speed-time 10 $URL
19 # `--speed-limit`
H A Dretry-max-time.md20 limit. Notice that if the timer has not reached the limit, the request is
22 limit a single request's maximum time, use --max-time. Set this option to zero
H A Dmax-filesize.md12 - limit-rate
29 ends up being larger than this given limit.
H A Dmax-redirs.md20 prevent curl from following too many redirects, by default, the limit is
H A Dmax-time.md26 reset each time the transfer is retried. You can use --retry-max-time to limit
H A Dretry.md28 --retry-max-time to limit the total time allowed for retries.
/curl/docs/libcurl/opts/
H A DCURLMOPT_MAX_HOST_CONNECTIONS.md32 open a new connection up to the limit set by CURLMOPT_MAX_HOST_CONNECTIONS(3).
33 When the limit is reached, new sessions are kept pending until a connection
36 The default **max** value is 0, unlimited. This set limit is also used for
38 this limit counts.
41 due to the set limit, they are queued up waiting for their chance. When that
H A DCURLMOPT_MAX_TOTAL_CONNECTIONS.md31 new session, libcurl might open a new connection up to the limit set by
32 CURLMOPT_MAX_TOTAL_CONNECTIONS(3). When the limit is reached, new
38 due to the set limit, they get queued up waiting for their chance. When that
48 The default value is 0, which means that there is no limit. It is then simply
H A DCURLOPT_MAXREDIRS.md29 Pass a long. The set number is the redirection limit *amount*. If that
34 Setting the limit to 0 makes libcurl refuse any redirect.
H A DCURLOPT_MAX_RECV_SPEED_LARGE.md17 CURLOPT_MAX_RECV_SPEED_LARGE - rate limit data download speed
38 libcurl might download faster than the set limit initially.
H A DCURLOPT_MAX_SEND_SPEED_LARGE.md16 CURLOPT_MAX_SEND_SPEED_LARGE - rate limit data upload speed
38 CURLOPT_UPLOAD_BUFFERSIZE(3), libcurl might "shoot over" the limit on
H A DCURLOPT_MAXFILESIZE.md36 ends up being larger than this given limit.
38 If you want a limit above 2GB, use CURLOPT_MAXFILESIZE_LARGE(3).
H A DCURLOPT_MAXCONNECTS.md36 When reaching the maximum limit, curl closes the oldest one in the cache to
60 /* limit the connection cache for this handle to no more than 3 */
H A DCURLOPT_FOLLOWLOCATION.md37 maximum limit is reached. CURLOPT_MAXREDIRS(3) is used to limit the
H A DCURLOPT_LOW_SPEED_TIME.md16 CURLOPT_LOW_SPEED_TIME - low speed limit time period
H A DCURLOPT_LOW_SPEED_LIMIT.md18 CURLOPT_LOW_SPEED_LIMIT - low speed limit in bytes per second
H A DCURLMOPT_MAX_PIPELINE_LENGTH.md35 When this limit is reached, libcurl creates another connection to the same
/curl/tests/libtest/
H A Dlib1523.c51 static CURLcode run(CURL *hnd, long limit, long time) in run() argument
53 curl_easy_setopt(hnd, CURLOPT_LOW_SPEED_LIMIT, limit); in run()
/curl/tests/data/
H A Dtest72929 http://fake --limit-rate 1 -x socks4a://aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa…
H A Dtest11030 FTP download resume with set limit
/curl/tests/
H A Drunner.pm452 my $limit = $_;
456 if(!defined($limit)) {
460 if($tortalloc && ($tortalloc != $limit)) {
468 logmsg "Fail function no: $limit at $now\r";
472 $ENV{'CURL_MEMLIMIT'} = $limit;
491 logmsg "*** Function number $limit is now set to fail ***\n" if($gdbthis);
550 logmsg " $testnum: torture FAILED: function number $limit in test.\n",
551 " invoke with \"-t$limit\" to repeat this single case.\n";
/curl/lib/
H A Dprogress.h61 curl_off_t limit,
H A Dprogress.c286 curl_off_t limit, in Curl_pgrsLimitWaitTime() argument
294 if(!limit || !size) in Curl_pgrsLimitWaitTime()
302 minimum = (timediff_t) (CURL_OFF_T_C(1000) * size / limit); in Curl_pgrsLimitWaitTime()
304 minimum = (timediff_t) (size / limit); in Curl_pgrsLimitWaitTime()

Completed in 35 milliseconds

123