Home > Back-end >  Delphi indy control excuse me, can download or upload speed limit? For example idftp
Delphi indy control excuse me, can download or upload speed limit? For example idftp

Time:12-07

As title, if any, how to implement?

CodePudding user response:

Use Indy9 TIdIOHandlerThrottle
Use Indy10 TIdInterceptThrottler

CodePudding user response:

Put a IdInterceptThrottler components, set TIdHTTP Intercept attribute to TIdInterceptThrottler,
TIdInterceptThrottler has three speed limit properties:
The average speed of BitsPerSec:

RecvBitsPerSec: controlling the speedThe speed of SendBitsPerSec: send
  • Related