tech-net archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: TCP connections clogging up accf_http(9) (was: ESTABLISHED sockets with no fd open?
kre%munnari.OZ.AU@localhost (Robert Elz) writes:
> Date: Fri, 20 May 2016 06:37:02 +0000 (UTC)
> From: mlelstv%serpens.de@localhost (Michael van Elst)
> Message-ID: <nhmbae$bb4$2%serpens.de@localhost>
> | listen queue is max(backlog, somaxconn). So your 1024 is reduced to 128.
>min(backlog, somaxconn) (from kern/uipc_socket.c) -- max() would never
>reduce anything, but min() does.
right. copy&paste would have been better :)
--
--
Michael van Elst
Internet: mlelstv%serpens.de@localhost
"A potential Snark may lurk in every tree."
Home |
Main Index |
Thread Index |
Old Index