property ListenBacklog: integer; default 5;

 

Description

Specifies the maximum number of queued connection requests that can be pending.

ListenBacklog is a socket-level property that describes the number of "pending accept" requests to be queued. If the listen backlog queue fills up, new socket requests will be rejected.

The default value is 5.

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support