Internet Direct (Indy) Version 9.0.2 Beta
TIdTCPServer.ListenQueue
Inicates the mximum number of unresolved connection attempts allowed.

property ListenQueue: integer;
Description
ListenQueue is an Integer property that indicates the maximum number of unresolved connection attempts allowed for listener threads before exception is raised. ListenQueue is used as an argument when socket descriptors for ListenerThreads are during created during server activation.

Use OnListenException to provide an event handler for notifications of exceptions raised when ListenQueue is exceeded.

The default value for ListenQueue is IdListenQueueDefault as assigned in the Create constructor.