Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2009 15:07:44 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r197778 - head/share/man/man4
Message-ID:  <200910051507.n95F7isb016016@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Mon Oct  5 15:07:44 2009
New Revision: 197778
URL: http://svn.freebsd.org/changeset/base/197778

Log:
  SOCK_SEQPACKET is now supported on UNIX domain sockets.
  
  Sponsored by:	Google
  MFC after:	3 months

Modified:
  head/share/man/man4/unix.4

Modified: head/share/man/man4/unix.4
==============================================================================
--- head/share/man/man4/unix.4	Mon Oct  5 15:06:14 2009	(r197777)
+++ head/share/man/man4/unix.4	Mon Oct  5 15:07:44 2009	(r197778)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910051507.n95F7isb016016>