[proxy]

Settings for the WCCILproxy

[proxy] proxyPort

Type
int
Default
5678
Range
> 0
Server port for WCCILproxy.

[proxy] server

Type
string
Default
derived from various settings

Syntax:
server = "host:port"

e.g.
server = "atpcb2rd:4897"  #Data-Manager running on atpcb2rd
server = "atpcb2rd:4998"  #Event-Manager running on atpcb2rd
  
Firewall Feature. Specifies the servers the WCCILproxy is allowed to establish a connection if requested by the client. The WCCILproxy closes the connection to the client, if the server requested by the client is not in this list. This entry can occur multiple times, once for each host/port pair.

[proxy] socketConnectionLimit

Type
int
Default
1024
Range
0-8176

This setting limits the maximum number of socket connections as a defensive security measure against high memory usage during potential attacks.

The socket connection limit is only applied if the value is greater than 0.

If the value is 0 or negative, the maximum value of the operating system is used for Linux, and a hardcoded limit of 8176 is used for Windows. The maximum value on Linux is defined by the user limit (ulimit), minus 16 connections. If more than 8208 connections are available to the user, the number is still limited to 8192.

Each manager requires 2 connections (Legacy Project), 8 connections (Standard Project), or 16 connections (Redundant Standard Project).