Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 13:32:08 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r283739 - stable/10/lib/libc/net
Message-ID:  <201505291332.t4TDW80S063777@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tuexen
Date: Fri May 29 13:32:08 2015
New Revision: 283739
URL: https://svnweb.freebsd.org/changeset/base/283739

Log:
  MFC r281884:
  
  A complete user message is signalled with the MSG_EOR flag, not the MSG_EOF
  flag.
  Thanks to Valentin Nechayev for reporting the issue.

Modified:
  stable/10/lib/libc/net/sctp_recvmsg.3
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/net/sctp_recvmsg.3
==============================================================================
--- stable/10/lib/libc/net/sctp_recvmsg.3	Fri May 29 13:30:37 2015	(r283738)
+++ stable/10/lib/libc/net/sctp_recvmsg.3	Fri May 29 13:32:08 2015	(r283739)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 13, 2007
+.Dd April 23, 2015
 .Dt SCTP_RECVMSG 3
 .Os
 .Sh NAME
@@ -98,13 +98,13 @@ receive buffer, then the
 argument will
 .Em not
 have the
-.Dv MSG_EOF
+.Dv MSG_EOR
 flag applied.
 If the message is a complete message then
 the
 .Fa flags
 argument will have
-.Dv MSG_EOF
+.Dv MSG_EOR
 set.
 Locally detected errors are
 indicated by a return value of -1 with



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