summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2010-11-16 22:16:38 +0000
committertuexen <tuexen@FreeBSD.org>2010-11-16 22:16:38 +0000
commit53e7c3f2f5d4c744e85833452e592b02e0b3c270 (patch)
treefd5a5395350a1492bb9a2a8f38d19dfb564ba43e /sys/netinet/sctp.h
parent22828c5963839dbc3721935b76f9b0aa1f439bbc (diff)
downloadFreeBSD-src-53e7c3f2f5d4c744e85833452e592b02e0b3c270.zip
FreeBSD-src-53e7c3f2f5d4c744e85833452e592b02e0b3c270.tar.gz
Add an SCTP socket option to retrieve the number of timeouts
of an association. MFC after: 3 days.
Diffstat (limited to 'sys/netinet/sctp.h')
-rw-r--r--sys/netinet/sctp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h
index 69473e2..14acd9d 100644
--- a/sys/netinet/sctp.h
+++ b/sys/netinet/sctp.h
@@ -123,6 +123,7 @@ struct sctp_paramhdr {
#define SCTP_LOCAL_AUTH_CHUNKS 0x00000103
#define SCTP_GET_ASSOC_NUMBER 0x00000104 /* ro */
#define SCTP_GET_ASSOC_ID_LIST 0x00000105 /* ro */
+#define SCTP_TIMEOUTS 0x00000106
/*
* user socket options: BSD implementation specific
OpenPOWER on IntegriCloud