pespin submitted this change.
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
sctp: Document relevant RFC specs
Change-Id: Iae325b787fdb7fc95aa6922975a7e1fcf368527a
---
M include/osmocom/netif/sctp.h
1 file changed, 15 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)
To view, visit change 34082. To unsubscribe, or for help writing mail filters, visit settings.