aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sysctl
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/sysctl')
-rw-r--r--Documentation/sysctl/net.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/sysctl/net.txt b/Documentation/sysctl/net.txt
index 995c2257b3e7..a34d55b65441 100644
--- a/Documentation/sysctl/net.txt
+++ b/Documentation/sysctl/net.txt
@@ -93,8 +93,9 @@ of struct cmsghdr structures with appended data.
932. /proc/sys/net/unix - Parameters for Unix domain sockets 932. /proc/sys/net/unix - Parameters for Unix domain sockets
94------------------------------------------------------- 94-------------------------------------------------------
95 95
96There are only two files in this subdirectory. They control the delays for 96There is only one file in this directory.
97deleting and destroying socket descriptors. 97unix_dgram_qlen limits the max number of datagrams queued in Unix domain
98socket's buffer. It will not take effect unless PF_UNIX flag is spicified.
98 99
99 100
1003. /proc/sys/net/ipv4 - IPV4 settings 1013. /proc/sys/net/ipv4 - IPV4 settings