xref: /aosp_15_r20/external/curl/docs/cmdline-opts/speed-limit.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1*6236dae4SAndroid Build Coastguard Worker---
2*6236dae4SAndroid Build Coastguard Workerc: Copyright (C) Daniel Stenberg, <[email protected]>, et al.
3*6236dae4SAndroid Build Coastguard WorkerSPDX-License-Identifier: curl
4*6236dae4SAndroid Build Coastguard WorkerLong: speed-limit
5*6236dae4SAndroid Build Coastguard WorkerShort: Y
6*6236dae4SAndroid Build Coastguard WorkerArg: <speed>
7*6236dae4SAndroid Build Coastguard WorkerHelp: Stop transfers slower than this
8*6236dae4SAndroid Build Coastguard WorkerCategory: connection
9*6236dae4SAndroid Build Coastguard WorkerAdded: 4.7
10*6236dae4SAndroid Build Coastguard WorkerMulti: single
11*6236dae4SAndroid Build Coastguard WorkerSee-also:
12*6236dae4SAndroid Build Coastguard Worker  - speed-time
13*6236dae4SAndroid Build Coastguard Worker  - limit-rate
14*6236dae4SAndroid Build Coastguard Worker  - max-time
15*6236dae4SAndroid Build Coastguard WorkerExample:
16*6236dae4SAndroid Build Coastguard Worker  - --speed-limit 300 --speed-time 10 $URL
17*6236dae4SAndroid Build Coastguard Worker---
18*6236dae4SAndroid Build Coastguard Worker
19*6236dae4SAndroid Build Coastguard Worker# `--speed-limit`
20*6236dae4SAndroid Build Coastguard Worker
21*6236dae4SAndroid Build Coastguard WorkerIf a transfer is slower than this set speed (in bytes per second) for a given
22*6236dae4SAndroid Build Coastguard Workernumber of seconds, it gets aborted. The time period is set with --speed-time
23*6236dae4SAndroid Build Coastguard Workerand is 30 seconds by default.
24