See also Request/Response for more information about this feature.
Applicable only to Windows. Indicate whether the TCP accepting socket should set SO_EXCLUSIVEADDRUSE
or not before it binds. The default setting
in Windows allows multiple binds to the same port. By default, UM will set SO_EXCLUSIVEADDRUSE to minimize port sharing. Refer
to Microsoft's web site for more information on SO_EXCLUSIVEADDRUSE.
The backlog used in the TCP listen()
call to set the
queue length for incoming connections.
Whether the TCP accepting socket should set SO_REUSEADDR
or not before it binds. NOTE: For Microsoft® Windows®, UM always forces this
value to "0" regardless of the value set in any configuration files.
Copyright (c) 2004 - 2014 Informatica Corporation. All rights reserved.