From ec650cc15a337004696dd209989ac9c82a6e7f7a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 6 Jun 2007 19:13:18 +0000 Subject: [PATCH] Added discussion of /proc/sys/net/core/somaxconn. --- man5/proc.5 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/man5/proc.5 b/man5/proc.5 index 4aeb4d29d..b5e354b54 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -1642,6 +1642,15 @@ Explanations for some of the files under this directory can be found in and .BR ip (7). .TP +.I /proc/sys/net/core/somaxconn +This file defines a ceiling value for the +.I backlog +argument of +.BR listen (2); +see the +.BR listen (2) +manual page for details. +.TP .I /proc/sys/proc This directory may be empty. .TP