From: GNU Libc Maintainers Date: Thu, 13 Jul 2023 18:07:47 +0000 (+0100) Subject: git-SOMAXCONN X-Git-Tag: archive/raspbian/2.36-9+rpi1+deb12u1^2~70 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6d72cc7ee183fa29cdd90739f6c531d0c89b6649;p=glibc.git git-SOMAXCONN 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. Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name git-SOMAXCONN.diff --- diff --git a/sysdeps/mach/hurd/bits/socket.h b/sysdeps/mach/hurd/bits/socket.h index 70fce4fb2..4ece37f1d 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