Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 323 Bytes

RATE.md

File metadata and controls

15 lines (11 loc) · 323 Bytes

API-method rate

Signature

bool rate(int Limit);

Description

Set download speed limit.

Arguments

  • Limit (int) - new download speed limit in KBytes/second. Value 0 disables speed throttling.

Return value

Usually true but may return false if parameter Limit was out of range.