Home
last modified time | relevance | path

Searched defs:tcpListenQueueSize (Results 1 – 2 of 2) sorted by relevance

/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist-lua.cc102 …pFastOpenQueueSize, std::string& interface, std::set<int>& cpus, int& tcpListenQueueSize, size_t& … in parseLocalBindVars()
606 int tcpListenQueueSize = 0; in setupLuaConfig() local
656 int tcpListenQueueSize = 0; in setupLuaConfig() local
1349 int tcpListenQueueSize = 0; in setupLuaConfig() local
2159 int tcpListenQueueSize = 0; in setupLuaConfig() local
2364 int tcpListenQueueSize = 0; in setupLuaConfig() local
H A Ddnsdist.hh783 int tcpListenQueueSize{SOMAXCONN}; member