Fix incorrect path for somaxconn.

This commit is contained in:
Michael Kerrisk 2007-11-29 21:04:40 +00:00
parent 84c7b508f8
commit 1197dd11de
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ for more information.
If the
.I backlog
argument is greater than the value in
.IR /proc/sys/net/somaxconn ,
.IR /proc/sys/net/core/somaxconn ,
then it is silently truncated to that value;
the default value in this file is 128.
In kernels before 2.4.25, this limit was a hard coded value,