Home
last modified time | relevance | path

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

/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist-tcp.cc63 size_t g_maxTCPConnectionsPerClient{0}; variable
205 if (g_maxTCPConnectionsPerClient) { in decrementTCPClientCount()
1273 if (g_maxTCPConnectionsPerClient) { in tcpAcceptorThread()
1276 if (s_tcpClientsCount[remote] >= g_maxTCPConnectionsPerClient) { in tcpAcceptorThread()
H A Ddnsdist.hh1222 extern size_t g_maxTCPConnectionsPerClient;
H A Ddnsdist-lua.cc1189 g_maxTCPConnectionsPerClient = max; in setupLuaConfig()