Module: kamailio
Branch: master
Commit: 12f313c6c7c9b6a9c12d8ee2693cb955c16afe35
URL:
https://github.com/kamailio/kamailio/commit/12f313c6c7c9b6a9c12d8ee2693cb95…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-12-22T08:55:51+01:00
sctp: note about using recent versions for libsctp and kernel
---
Modified: src/modules/sctp/doc/sctp_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/12f313c6c7c9b6a9c12d8ee2693cb95…
Patch:
https://github.com/kamailio/kamailio/commit/12f313c6c7c9b6a9c12d8ee2693cb95…
---
diff --git a/src/modules/sctp/doc/sctp_admin.xml b/src/modules/sctp/doc/sctp_admin.xml
index f9a5683154..b6fa8c1cb8 100644
--- a/src/modules/sctp/doc/sctp_admin.xml
+++ b/src/modules/sctp/doc/sctp_admin.xml
@@ -10,9 +10,9 @@
<!-- Module User's Guide -->
<chapter>
-
+
<title>&adminguide;</title>
-
+
<section>
<title>Overview</title>
<para>
@@ -29,9 +29,13 @@
The core Makefile variable SCTP must be set to 1 (which is by default set
to 1 in Makefile.defs) and sources compiled with -DUSE_SCTP (automatically
set when SCTP=1). In other words, if core Makefiles are not changed and
- SCTP variable is not overwritten from command line, then the SCTP
+ SCTP variable is not overwritten from command line, then the SCTP
support in core is enabled.
</para>
+ <para>
+ Note: it is recommended to use recent versions of libsctp (>1.0.10)
+ and kernel (>4.0.0) when enabling SCTP transport.
+ </para>
</section>
<section>