Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 3923771

Browse files
kubo39Geod24
authored andcommitted
1 parent 9c5a8e0 commit 3923771

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/core/sys/posix/sys/socket.d

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,8 @@ version (CRuntime_Glibc)
536536

537537
enum
538538
{
539-
SOMAXCONN = 128
539+
// https://sourceware.org/git/?p=glibc.git;a=commit;f=sysdeps/unix/sysv/linux/bits/socket.h;h=96958e2700f5b4f4d1183a0606b2b9848a53ea44
540+
SOMAXCONN = 4096
540541
}
541542

542543
enum : uint

0 commit comments

Comments
 (0)