From 389b1b118cc93d1fefa92c5340145737dabc6c53 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Sun, 13 May 2012 22:27:54 +0000 Subject: Support SCTP_REMOTE_ERROR notification. MFC after: 3 days --- sys/netinet/sctp_constants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/netinet/sctp_constants.h') diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h index 5ad0bd96a835..c183f1c1984c 100644 --- a/sys/netinet/sctp_constants.h +++ b/sys/netinet/sctp_constants.h @@ -765,6 +765,7 @@ __FBSDID("$FreeBSD$"); #define SCTP_NOTIFY_AUTH_FREE_KEY 24 #define SCTP_NOTIFY_NO_PEER_AUTH 25 #define SCTP_NOTIFY_SENDER_DRY 26 +#define SCTP_NOTIFY_REMOTE_ERROR 27 /* This is the value for messages that are NOT completely * copied down where we will start to split the message. -- cgit v1.2.3