Indicates the maximum number of milliseconds to wait for a response when exchanging packets in an FSP protocol exchange.
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.
TIdFSP.SendCmd
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. |