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?



    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.

kre



Home | Main Index | Thread Index | Old Index