From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id BA7F43858C2F; Tue, 27 Sep 2022 21:38:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BA7F43858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1664314732; bh=8OCZTuz2n6jV1CS6sAMeuhkqlaNwlJ0kdsXkNWtfgL8=; h=From:To:Subject:Date:From; b=fPXgFC80vrwzqy3Qa/UGORpQh3xkPrlmBgYPSTDl/B1HCKKYdVMak5RA2LnfYY/oe Th8AlEFmHCwRO055iyFqEVr39/H5SH5Zhg/i/acyotovopaWWLI78UQY3JaPi3tjQ0 cbprbMNFyPbC5UeejmOH6VkaUsZTydTlApNys0bQ= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Samuel Thibault To: glibc-cvs@sourceware.org Subject: [glibc] hurd: Increase SOMAXCONN to 4096 X-Act-Checkin: glibc X-Git-Author: Samuel Thibault X-Git-Refname: refs/heads/master X-Git-Oldrev: 22f4ab2d200f605441cdd2b49ec9c97d43eb11c9 X-Git-Newrev: 7de3f0a96c4e93a7cd7312296d00039604ed94f8 Message-Id: <20220927213852.BA7F43858C2F@sourceware.org> Date: Tue, 27 Sep 2022 21:38:52 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7de3f0a96c4e93a7cd7312296d00039604ed94f8 commit 7de3f0a96c4e93a7cd7312296d00039604ed94f8 Author: Samuel Thibault Date: Tue Sep 27 23:37:42 2022 +0200 hurd: Increase SOMAXCONN to 4096 Notably fakeroot-tcp may introduce a lot of parallel connections. Diff: --- 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. */ /* Get the definition of the macro to define the common sockaddr members. */ #include