From 46b470231f02e0e4a30a3599a35f884c4c98a8c4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 26 Mar 2021 12:05:15 +0100 Subject: [PATCH] listen.2: wfix Signed-off-by: Michael Kerrisk --- man2/listen.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/listen.2 b/man2/listen.2 index 07241e116..c62378149 100644 --- a/man2/listen.2 +++ b/man2/listen.2 @@ -159,7 +159,7 @@ If the .I backlog argument is greater than the value in .IR /proc/sys/net/core/somaxconn , -then it is silently truncated to that value. +then it is silently capped to that value. Since Linux 5.4, the default in this file is 4096; in earlier kernels, the default value is 128. In kernels before 2.4.25, this limit was a hard coded value,