Indy 9
INFINITE
See Also, Unit: IdGlobal
Defines the platform-specific value used for infinite timeouts.
INFINITE = LongWord($FFFFFFFF);
Unit
IdGlobal
Description
INFINITE is a platform-specific constant that identifies the value to be used when an Infinite timeout is needed when establishing a connection on a socket descriptor. On the Linux platform, INFINITE is defined as the value $FFFFFFFF. For other platforms, INFINITE is defined in the unit that includes other protocol stack implementations.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.