aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-08-04 19:05:46 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-08-07 19:16:24 +0200
commit7d1430152f5311e126875dcc07c1f0732fb3ea74 (patch)
tree1a0d64730c9dc95f1b100d72c68d680c191bcb52
parent48f9a3c27f8c28c3f59bae553a8ca59ef7ca52b8 (diff)
sctp: Document relevant RFC specs
-rw-r--r--include/osmocom/netif/sctp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/osmocom/netif/sctp.h b/include/osmocom/netif/sctp.h
index 0b64824..f0c52cf 100644
--- a/include/osmocom/netif/sctp.h
+++ b/include/osmocom/netif/sctp.h
@@ -2,6 +2,12 @@
#include <osmocom/core/utils.h>
+/* Relevant SCTP RFCs:
+ * rfc9260 (obsoletes rfc4960): SCTP protocol
+ * rfc5061: SCTP Dynamic Address Reconfiguration
+ * rfc6458: SCTP Sockets API Extensions
+ */
+
enum sctp_sac_state;
extern const struct value_string osmo_sctp_assoc_chg_strs[];
static inline const char *osmo_sctp_assoc_chg_str(enum sctp_sac_state val)