summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-10-05 15:07:44 +0000
committerrwatson <rwatson@FreeBSD.org>2009-10-05 15:07:44 +0000
commitd909fd1d59eab41361f744116c9d011fdd410f2c (patch)
tree040c94c5312f8f6e31c90ec4e2bd4937e31ae4bb /share
parent39779f43a947160c4a83b0847f41cdeea2a9ed68 (diff)
downloadFreeBSD-src-d909fd1d59eab41361f744116c9d011fdd410f2c.zip
FreeBSD-src-d909fd1d59eab41361f744116c9d011fdd410f2c.tar.gz
SOCK_SEQPACKET is now supported on UNIX domain sockets.
Sponsored by: Google MFC after: 3 months
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/unix.413
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man4/unix.4 b/share/man/man4/unix.4
index 89944ce..f099122 100644
--- a/share/man/man4/unix.4
+++ b/share/man/man4/unix.4
@@ -52,7 +52,8 @@ mechanisms.
The
.Ux Ns -domain
family supports the
-.Dv SOCK_STREAM
+.Dv SOCK_STREAM ,
+.Dv SOCK_SEQPACKET ,
and
.Dv SOCK_DGRAM
socket types and uses
@@ -127,11 +128,14 @@ The
.Ux Ns -domain
protocol family is comprised of simple
transport protocols that support the
-.Dv SOCK_STREAM
+.Dv SOCK_STREAM ,
+.Dv SOCK_SEQPACKET ,
and
.Dv SOCK_DGRAM
abstractions.
.Dv SOCK_STREAM
+and
+.Dv SOCK_SEQPACKET
sockets also support the communication of
.Ux
file descriptors through the use of the
@@ -206,8 +210,9 @@ and tested with
.Xr getsockopt 2 :
.Bl -tag -width ".Dv LOCAL_CONNWAIT"
.It Dv LOCAL_CREDS
-This option may be enabled on a
-.Dv SOCK_DGRAM
+This option may be enabled on
+.Dv SOCK_DGRAM ,
+.Dv SOCK_SEQPACKET ,
or a
.Dv SOCK_STREAM
socket.
OpenPOWER on IntegriCloud