[SCTP] Rename SCTP specific control message flags.
Rename SCTP specific control message flags to use SCTP_ prefix rather than MSG_ prefix as per the latest sctp sockets API draft. Signed-off-by: Ivan Skytte Jorgensen <isj-sctp@i1.dk> Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
This commit is contained in:
committed by
Sridhar Samudrala
parent
741b2252a5
commit
eaa5c54dbe
@@ -554,7 +554,7 @@ struct sctp_chunk *sctp_make_datafrag_empty(struct sctp_association *asoc,
|
||||
dp.ppid = sinfo->sinfo_ppid;
|
||||
|
||||
/* Set the flags for an unordered send. */
|
||||
if (sinfo->sinfo_flags & MSG_UNORDERED) {
|
||||
if (sinfo->sinfo_flags & SCTP_UNORDERED) {
|
||||
flags |= SCTP_DATA_UNORDERED;
|
||||
dp.ssn = 0;
|
||||
} else
|
||||
|
Reference in New Issue
Block a user