Searched refs:somaxconn (Results 1 – 2 of 2) sorted by relevance
1529 static int somaxconn = SOMAXCONN; variable1537 if (backlog < 0 || backlog > somaxconn) in solisten_proto()1538 backlog = somaxconn; in solisten_proto()
339 by the OS through sysctl settings such as `tcp_max_syn_backlog` and `somaxconn`