mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Correct descriptions of SOCK_RDM and SOCK_SEQPACKET.
PR: 25797 Submitted by: Yuko Sasaki <yuko@veltec.co.jp> Approved by: nik
This commit is contained in:
parent
b045a5d8a9
commit
69451beb84
1 changed files with 2 additions and 2 deletions
|
|
@ -103,8 +103,8 @@ defined types are:
|
|||
SOCK_STREAM Stream socket,
|
||||
SOCK_DGRAM Datagram socket,
|
||||
SOCK_RAW Raw-protocol interface,
|
||||
SOCK_RDM Sequenced packet stream,
|
||||
SOCK_SEQPACKET Reliably-delivered packet
|
||||
SOCK_RDM Reliably-delivered packet,
|
||||
SOCK_SEQPACKET Sequenced packet stream
|
||||
.Ed
|
||||
.Pp
|
||||
A
|
||||
|
|
|
|||
Loading…
Reference in a new issue