Internet Direct (Indy) Version 9.0.2 Beta
TIdTCPServer.ReuseSocket
Indicates reuse of local addresses for listener threads.

property ReuseSocket: TIdReuseSocket;
Description
ReuseSocket is a TIdReuseSocket property that indicates if socket IP addresses and port numbers can be reused for TIdListenerThread instances used by the server. ReuseSocket is used as an option for SetSockOpt when allocating the listener thread(s) after the server becomes Active.

The default value for ReuseSocket is rsOSDependent, as assigned in the Create constructor.