Topic Path: Symbol Reference > Constants > MAXTIMEOUT Constant
ContentsIndexHome
PreviousUpNext
MAXTIMEOUT Constant

Indicates the maximum number of milliseconds to wait for a response when exchanging packets in an FSP protocol exchange.

File
MAXTIMEOUT = 300000;

MAXTIMEOUT is an Integer constant that indicates the maximum number of milliseconds that can elapse when exchanging packets in an FSP protocol exchange. 

Use MINTIMEOUT to determine the minimum number of milliseconds used when exchanging packets in an FSP protocol exchange. 

MINTIMEOUT and MAXTIMEOUT are used in the SendCmd method in TIdFSP to determine the escalating polling frequency used when sending and receiving packets to / from a remote FSP host. 

MINTIMEOUT 

TIdFSP.SendCmd

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.