Home
last modified time | relevance | path

Searched defs:somaxconn (Results 1 – 3 of 3) sorted by relevance

/f-stack/
H A Dconfig.ini184 kern.ipc.somaxconn=32768 key
/f-stack/app/redis-5.0.5/src/
H A Dserver.c1893 int somaxconn = atoi(buf); in checkTcpBacklogSettings() local
/f-stack/freebsd/kern/
H A Duipc_socket.c215 static u_int somaxconn = SOMAXCONN; variable