mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Note that the protocol argument can be set to 0.
PR: 127890 Reviewed by: rwatson
This commit is contained in:
parent
c6b34b2563
commit
f3cac808e9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186769
@ -28,7 +28,7 @@
|
||||
.\" From: @(#)socket.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd August 4, 2008
|
||||
.Dd January 5, 2009
|
||||
.Dt SOCKET 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -131,6 +131,11 @@ in which communication
|
||||
is to take place; see
|
||||
.Xr protocols 5 .
|
||||
.Pp
|
||||
The
|
||||
.Fa protocol
|
||||
argument may be set to zero (0) to request the default
|
||||
implementation of a socket type for the protocol, if any.
|
||||
.Pp
|
||||
Sockets of type
|
||||
.Dv SOCK_STREAM
|
||||
are full-duplex byte streams, similar
|
||||
|
Loading…
Reference in New Issue
Block a user