If true
, lock the minimum transfer rate to the value set for min_rate_kbps
.
If false
, users can adjust the transfer rate up to the value set for target_rate_cap_kbps
.
Lock the rate policy to the value set for rate_policy
.
If true
, lock the target transfer rate to the default value set for target_rate_kbps
.
If false
, users can adjust the transfer rate up to the value set for target_rate_cap_kbps
.
The congestion control behavior to use when sharing bandwidth.
fixed
- Transfer at the target rate regardless of actual network capacity. Do not share bandwidth. Not recommended.high
- When sharing bandwidth, transfer at twice the rate of a transfer using "fair" policy.fair
- Share bandwidth equally with other traffic.low
- Use only unutilized bandwidth.Maximum target rate for incoming transfers, in kilobits per second.
Ideal transfer rate, in kilobits per second.
Use
lock_min_rate_kbps
instead.