aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-12-06 09:52:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-12-06 09:52:04 +0000
commit393ddd6e1fcdabcf6bae2c092eac87e90605ebdf (patch)
treeac335c960a750af3d3e8b8e7f2ac6bf7f0879bc2 /docs
parent840e796aa9c12a94bec90ee2a0bd49ee3163deb1 (diff)
clarify --limit-rate somewhat: it might send away/receive chunks of date in
temporarily higher speeds than requested, but the given limiting is considered "over time" and is an average
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.14
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 2e2b0f4de..0a85992e5 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -615,6 +615,10 @@ The given speed is measured in bytes/second, unless a suffix is appended.
Appending 'k' or 'K' will count the number as kilobytes, 'm' or M' makes it
megabytes while 'g' or 'G' makes it gigabytes. Examples: 200K, 3m and 1G.
+The given rate is the average speed, counted during the entire transfer. It
+means that curl might use higher transfer speeds in short bursts, but over
+time it uses no more than the given rate.
+
If you are also using the \fI-Y/--speed-limit\fP option, that option will take
precedence and might cripple the rate-limiting slightly, to help keeping the
speed-limit logic working.