diff options
author | tuexen <tuexen@FreeBSD.org> | 2011-06-16 15:36:09 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2011-06-16 15:36:09 +0000 |
commit | 1c7060f746aa61b1e64ab5d7c28f505778df5341 (patch) | |
tree | 8f8d1f1a57df0cccb08a36cab3fe5617506e336b /sys/netinet/sctp_uio.h | |
parent | 9edb76f49f5032758e6d132fd9ad6d736d9efcde (diff) | |
download | FreeBSD-src-1c7060f746aa61b1e64ab5d7c28f505778df5341.zip FreeBSD-src-1c7060f746aa61b1e64ab5d7c28f505778df5341.tar.gz |
* Fix the handling of addresses in sctp_sendv().
* Add support for SCTP_SENDV_NOINFO.
* Improve the error handling of sctp_sendv() and sctp_recv().
MFC after: 1 month
Diffstat (limited to 'sys/netinet/sctp_uio.h')
-rw-r--r-- | sys/netinet/sctp_uio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h index e7f2daf..91a5a10 100644 --- a/sys/netinet/sctp_uio.h +++ b/sys/netinet/sctp_uio.h @@ -201,6 +201,7 @@ struct sctp_recvv_rn { #define SCTP_RECVV_NXTINFO 2 #define SCTP_RECVV_RN 3 +#define SCTP_SENDV_NOINFO 0 #define SCTP_SENDV_SNDINFO 1 #define SCTP_SENDV_PRINFO 2 #define SCTP_SENDV_AUTHINFO 3 |