mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sctp_recvmsg returns the number of bytes received, not sent.
Approved by: rrs (mentor) MFC after: 1 month
This commit is contained in:
parent
d89c217f30
commit
cefac273a4
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ The
|
|||
field is not used by
|
||||
.Fn sctp_recvmsg .
|
||||
.Sh RETURN VALUES
|
||||
The call returns the number of characters sent, or -1
|
||||
The call returns the number of bytes received, or -1
|
||||
if an error occurred.
|
||||
.Sh ERRORS
|
||||
The
|
||||
|
|
|
|||
Loading…
Reference in a new issue