Module: kamailio
Branch: 6.0
Commit: 3a480f03fa54855059b72db8304f47cca7ee753e
URL: https://github.com/kamailio/kamailio/commit/3a480f03fa54855059b72db8304f47c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-01-28T10:14:00+01:00
etc/kamailio.cfg: close comment for tls_threads_mode
(cherry picked from commit d8d627eff7de268a487d7f91cc52e7ba8a6c708e)
---
Modified: etc/kamailio.cfg
---
Diff: https://github.com/kamailio/kamailio/commit/3a480f03fa54855059b72db8304f47c…
Patch: https://github.com/kamailio/kamailio/commit/3a480f03fa54855059b72db8304f47c…
---
diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index a61227d4173..a06e09fdc77 100644
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -234,9 +234,10 @@ tls_max_connections=2048
/* For OpenSSL 3 integration
* functions calling libssl3 can be invoked in a transient thread
* 0: disable threaded calls
- * 1: use thread executors for process#0 only
- * 2: no thread executors, but use atfork handler to reset thread-locals to NULL
+ * 1: use thread executors for process #0 only
+ * 2: no thread executors, but use atfork handler to reset thread-locals to NULL */
tls_threads_mode=2
+
#!endif
/* set it to yes to enable sctp and load sctp.so module */
Module: kamailio
Branch: master
Commit: d8d627eff7de268a487d7f91cc52e7ba8a6c708e
URL: https://github.com/kamailio/kamailio/commit/d8d627eff7de268a487d7f91cc52e7b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-01-28T10:10:33+01:00
etc/kamailio.cfg: close comment for tls_threads_mode
---
Modified: etc/kamailio.cfg
---
Diff: https://github.com/kamailio/kamailio/commit/d8d627eff7de268a487d7f91cc52e7b…
Patch: https://github.com/kamailio/kamailio/commit/d8d627eff7de268a487d7f91cc52e7b…
---
diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index a61227d4173..a06e09fdc77 100644
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -234,9 +234,10 @@ tls_max_connections=2048
/* For OpenSSL 3 integration
* functions calling libssl3 can be invoked in a transient thread
* 0: disable threaded calls
- * 1: use thread executors for process#0 only
- * 2: no thread executors, but use atfork handler to reset thread-locals to NULL
+ * 1: use thread executors for process #0 only
+ * 2: no thread executors, but use atfork handler to reset thread-locals to NULL */
tls_threads_mode=2
+
#!endif
/* set it to yes to enable sctp and load sctp.so module */