Skip to content

Commit

Permalink
documentation: fix unix_dgram_qlen description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Li Xiaodong authored and Linus Torvalds committed Apr 3, 2009
1 parent 760df93 commit 45dad7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/sysctl/net.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ of struct cmsghdr structures with appended data.
2. /proc/sys/net/unix - Parameters for Unix domain sockets
-------------------------------------------------------

There are only two files in this subdirectory. They control the delays for
deleting and destroying socket descriptors.
There is only one file in this directory.
unix_dgram_qlen limits the max number of datagrams queued in Unix domain
socket's buffer. It will not take effect unless PF_UNIX flag is spicified.


3. /proc/sys/net/ipv4 - IPV4 settings
Expand Down

0 comments on commit 45dad7b

Please sign in to comment.