]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
limit-rate.d: this is average over several seconds
authorDaniel Stenberg <daniel@haxx.se>
Sat, 6 Nov 2021 11:44:52 +0000 (12:44 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Nov 2021 08:44:13 +0000 (09:44 +0100)
Closes #7970

docs/cmdline-opts/limit-rate.d

index bbf0061c81b1fd680bb8884a882b95d214e540d1..6a46c00068d766bffd23996187a47e18e305f2d2 100644 (file)
@@ -17,6 +17,9 @@ Appending 'k' or 'K' will count the number as kilobytes, 'm' or 'M' makes it
 megabytes, while 'g' or 'G' makes it gigabytes. The suffixes (k, M, G, T, P)
 are 1024 based. For example 1k is 1024. Examples: 200K, 3m and 1G.
 
+The rate limiting logic works on averaging the transfer speed to no more than
+the set threshold over a period of multiple seconds.
+
 If you also use the --speed-limit option, that option will take precedence and
 might cripple the rate-limiting slightly, to help keeping the speed-limit
 logic working.