Internet Direct (Indy)
Home
PreviousUpNext
TIdInterceptThrottler.BitsPerSec Property

Indicates the upper limit for throughput on the connection intercept.

Pascal
property BitsPerSec: Integer;

BitsPerSec is an Integer property that indicates the upper limit for throughput on the connection intercept. 

BitsPerSec is used in Send and Receive, and will cause the connection intercept to call TIdAntiFreezeBase.Sleep when the number of bits (8 bits per byte) in the buffer for the operation exceeds the target value in BitsPerSec. 

Set the value in BitsPerSec prior to calling Connect.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.