diff options
author | Li Xiaodong <lixd@cn.fujitsu.com> | 2009-04-02 19:57:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-02 22:04:53 -0400 |
commit | 45dad7bd9d9b65a30d6e790b111f6f2d8f746d22 (patch) | |
tree | ab00afe099eb226d5f365124ee591b2518ebe0f0 /Documentation/sysctl | |
parent | 760df93ecdd59fc1c213a491b5adee79f53606da (diff) |
documentation: fix unix_dgram_qlen description
Previous description about system parameter in /proc/sys/net/unix/ is
wrong (or missed). Simply add a new description about unix_dgram_qlen
according to latest kernel.
Signed-off-by: Li Xiaodong <lixd@cn.fujitsu.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/sysctl')
-rw-r--r-- | Documentation/sysctl/net.txt | 5 |
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. | |||
93 | 2. /proc/sys/net/unix - Parameters for Unix domain sockets | 93 | 2. /proc/sys/net/unix - Parameters for Unix domain sockets |
94 | ------------------------------------------------------- | 94 | ------------------------------------------------------- |
95 | 95 | ||
96 | There are only two files in this subdirectory. They control the delays for | 96 | There is only one file in this directory. |
97 | deleting and destroying socket descriptors. | 97 | unix_dgram_qlen limits the max number of datagrams queued in Unix domain |
98 | socket's buffer. It will not take effect unless PF_UNIX flag is spicified. | ||
98 | 99 | ||
99 | 100 | ||
100 | 3. /proc/sys/net/ipv4 - IPV4 settings | 101 | 3. /proc/sys/net/ipv4 - IPV4 settings |