Indy 9
|
TIdReuseSocket = (rsOSDependent, rsTrue, rsFalse);
TIdReuseSocket is the type used to represent the TIdTCPServer.ReuseSocket property, and indicates if IP addresses and port numbers can be reused for TIdListenerThread instances used by the server.
A TIdReuseSocket value is used as an option for SetSockOpt when allocating the listener thread(s) after a server becomes Active.
The default behavior in Indy is rsOSDependent.