git-SOMAXCONN
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 25 Dec 2022 18:42:32 +0000 (18:42 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sun, 25 Dec 2022 18:42:32 +0000 (18:42 +0000)
commit 7de3f0a96c4e93a7cd7312296d00039604ed94f8
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
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

sysdeps/mach/hurd/bits/socket.h

index 70fce4fb276588a7f900b58483f3334052c7c7bf..4ece37f1dd85307f669ee59c3c427f52686aca6a 100644 (file)
@@ -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 <bits/sockaddr.h>