From owner-freebsd-questions@FreeBSD.ORG Tue Sep 16 16:47:11 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF271302 for ; Tue, 16 Sep 2014 16:47:11 +0000 (UTC) Received: from mail-qg0-x22a.google.com (mail-qg0-x22a.google.com [IPv6:2607:f8b0:400d:c04::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E26EA6A for ; Tue, 16 Sep 2014 16:47:11 +0000 (UTC) Received: by mail-qg0-f42.google.com with SMTP id q107so175248qgd.1 for ; Tue, 16 Sep 2014 09:47:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=5Dnpz54z7U382EO0UATA6qGCJtRYsjyXr7dwPni2djE=; b=Q7Va3xb4tQDBXTmGv2UPP9koVEAwD29plwmAHx4r4kXQlMYQMNud8jz2Yr0OA5Pout Qf6xVZ70DXAw0GIdG4OhMrVhV7XKOo0GhZd5Sota4Mn6f1yPEWuYDQ3XdwJbQukb6xf4 BGEftes3FMRiNmW6jN/GWnwQzs5wIEOqQkVwoiSbnstOahHuiznRDJGNErMINpTGANbd alxzjwGIGqz0U6AfD9qAtBPqFcjOHeYp+zJ3/tmNext82DAPeBjncj3AIXsNYmSf2Hrw jhtuu1+KM3Lejo/g6mWlD84v77TEEUNYVp81sNKyLOjBprTa0KAp8Yqj+sGhDSY09Fu4 2Cgw== MIME-Version: 1.0 X-Received: by 10.229.38.3 with SMTP id z3mr5396699qcd.17.1410886030411; Tue, 16 Sep 2014 09:47:10 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.39.139 with HTTP; Tue, 16 Sep 2014 09:47:10 -0700 (PDT) In-Reply-To: <54181B2A.7030908@diomedia.be> References: <5415EC27.40708@diomedia.be> <54168ADA.6050204@diomedia.be> <54181B2A.7030908@diomedia.be> Date: Tue, 16 Sep 2014 09:47:10 -0700 X-Google-Sender-Auth: bC2BzYG4G0tuPO8l43TwRUWzz84 Message-ID: Subject: Re: Listen queue guestion From: Adrian Chadd To: Bram Van Steenlandt Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2014 16:47:11 -0000 Hm, would you mind filing a PR about that? I'm pretty sure it limits the general listen queue depth; not just for TCP connections. -a