mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
hurd: Increase SOMAXCONN to 4096
Notably fakeroot-tcp may introduce a lot of parallel connections.
This commit is contained in:
parent
22f4ab2d20
commit
7de3f0a96c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user