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.