From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 9F99B385828E for ; Wed, 28 Sep 2022 07:48:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9F99B385828E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id CDFBE1F8A6; Wed, 28 Sep 2022 07:48:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1664351313; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3DImlJ+9xl7ScdVHdF4ZMPS4plvgnc2eaHuukOwl1z4=; b=kiuozoTfdO8JRS1b5mQpPd8GEAxKMKO6ASWGO0xdxrwRDWCOyfQ5aD65SHtCyhMQEs++sg /G7LTrKH0+G5cujEFFnLscBoNXtwQGYi2wdO7dUJsQJidxPXlZ3JJvHVYWgWXz313qjmib CFwKOk+8F4BkNsJw0ROD3n0Nd9KBDUA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1664351313; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3DImlJ+9xl7ScdVHdF4ZMPS4plvgnc2eaHuukOwl1z4=; b=UlS7vmEFikpYx/DOl/aTt/NCWTvUHXJW+5pxYuuq4iSmrP+b0fvS05GcIEYsGZMd5eGXb5 njOxG/r255wE1wBg== Received: from hawking.suse.de (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id 9928F2C195; Wed, 28 Sep 2022 07:48:33 +0000 (UTC) Received: by hawking.suse.de (Postfix, from userid 17005) id 4C38B4401F8; Wed, 28 Sep 2022 09:48:33 +0200 (CEST) From: Andreas Schwab To: Samuel Thibault Cc: libc-alpha@sourceware.org, bug-hurd@gnu.org, commit-hurd@gnu.org Subject: Re: [hurd,commited] hurd: Increase SOMAXCONN to 4096 References: <20220927213918.799925-1-samuel.thibault@ens-lyon.org> X-Yow: I'm sitting on my SPEED QUEEN.. To me, it's ENJOYABLE.. I'm WARM.. I'm VIBRATORY.. Date: Wed, 28 Sep 2022 09:48:33 +0200 In-Reply-To: <20220927213918.799925-1-samuel.thibault@ens-lyon.org> (Samuel Thibault's message of "Tue, 27 Sep 2022 23:39:18 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-8.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,KAM_NUMSUBJECT,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Sep 27 2022, Samuel Thibault wrote: > Notably fakeroot-tcp may introduce a lot of parallel connections. > --- > sysdeps/mach/hurd/bits/socket.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sysdeps/mach/hurd/bits/socket.h b/sysdeps/mach/hurd/bits/socket.h > index 70fce4fb27..4ece37f1dd 100644 > --- a/sysdeps/mach/hurd/bits/socket.h > +++ b/sysdeps/mach/hurd/bits/socket.h > @@ -147,7 +147,7 @@ enum __socket_type > #define AF_MAX PF_MAX > > /* Maximum queue length specifiable by listen. */ > -#define SOMAXCONN 128 /* 5 on the origional 4.4 BSD. */ > +#define SOMAXCONN 4096 /* 5 on the origional 4.4 BSD. */ Perhaps fix the comment as well. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."