NativeSPTCPListener
The <TCPListener>
element provides a remoting layer based on a TCP socket and is recommended for use on Windows.
Version 2.4 and above default to this option when the element is omitted on Windows platforms.
<TCPListener address="127.0.0.1" port="1600" acl="127.0.0.1"/>
Attributes
address
(IP address in decimal dotted notation) (default is 127.0.0.1 on V2.4+)- Network address to bind or connect to.
port
(integer) (default is 1600 on V2.4+)- TCP socket port to bind or connect to.
acl
(space-delimited list of IP addresses in decimal dotted notation) (default is 127.0.0.1)- List of network addresses to permit connections from. As of V2.5, use of CIDR notation and IPV6 addressses and ranges is supported.
stackSize
(size in kilobytes) (defaults to 0) (Version 2.4 and Above)- If non-zero, sets the stack size of worker threads in kilobytes. Zero results in the default OS-supplied size being used.
clientAddress
(IP address in decimal dotted notation) (Version 2.6 and Above)- If set, this overrides theÂ
address
attribute for the "in-process" half of the system (web server modules).
- If set, this overrides theÂ
clientPort
(integer) (Version 2.6 and Above)- If set, this overrides theÂ
port
attribute for the "in-process" half of the system (web server modules).
- If set, this overrides theÂ