Home
last modified time | relevance | path

Searched refs:max_connections_per_ip (Results 1 – 3 of 3) sorted by relevance

/dports/security/softether/v4.38-9760/src/Cedar/
H A DListener.c108 static UINT max_connections_per_ip = DEFAULT_MAX_CONNECTIONS_PER_IP; variable
132 max_unestablished_connections = MAX(num, max_connections_per_ip); in SetMaxUnestablishedConnections()
138 return max_connections_per_ip; in GetMaxConnectionsPerIp()
148 max_connections_per_ip = MAX(num, MIN_MAX_CONNECTIONS_PER_IP); in SetMaxConnectionsPerIp()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DListener.c108 static UINT max_connections_per_ip = DEFAULT_MAX_CONNECTIONS_PER_IP; variable
132 max_unestablished_connections = MAX(num, max_connections_per_ip); in SetMaxUnestablishedConnections()
138 return max_connections_per_ip; in GetMaxConnectionsPerIp()
148 max_connections_per_ip = MAX(num, MIN_MAX_CONNECTIONS_PER_IP); in SetMaxConnectionsPerIp()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DListener.c22 static UINT max_connections_per_ip = DEFAULT_MAX_CONNECTIONS_PER_IP; variable
46 max_unestablished_connections = MAX(num, max_connections_per_ip); in SetMaxUnestablishedConnections()
52 return max_connections_per_ip; in GetMaxConnectionsPerIp()
62 max_connections_per_ip = MAX(num, MIN_MAX_CONNECTIONS_PER_IP); in SetMaxConnectionsPerIp()