Searched refs:somaxconn (Results 1 – 1 of 1) sorted by relevance
1608 static int somaxconn = SOMAXCONN; variable1616 if (backlog < 0 || backlog > somaxconn) in solisten_proto()1617 backlog = somaxconn; in solisten_proto()