Module: kamailio
Branch: 5.8
Commit: 56aeb0723562409aa97098e51c602bcddc8b6789
URL: 
https://github.com/kamailio/kamailio/commit/56aeb0723562409aa97098e51c602bcddc8b6789

Author: S-P Chan <shihping.c...@gmail.com>
Committer: S-P Chan <shihping.c...@gmail.com>
Date: 2024-03-05T06:48:35+08:00

etc/kamailio.cfg: document tls_threads_mode = 2 to use atfork handler

(cherry picked from commit 5b4926b04ba0fcd8f65f5709789abd83181a381a)

---

Modified: etc/kamailio.cfg

---

Diff:  
https://github.com/kamailio/kamailio/commit/56aeb0723562409aa97098e51c602bcddc8b6789.diff
Patch: 
https://github.com/kamailio/kamailio/commit/56aeb0723562409aa97098e51c602bcddc8b6789.patch

---

diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index 2d68f7692e1..3f9a5fe793f 100755
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -224,8 +224,9 @@ tls_max_connections=2048
 /* For OpenSSL 3 integration
  * functions calling libssl3 can be invoked in a transient thread
  * 0: disable threaded calls
- * 1: use threads for process#0 only
- * 2: use threads for all processes */
+ * 1: use thread executors for process#0 only
+ * 2: no thread executors, but use atfork handler to reset thread-locals to 
NULL
+ * 3: use thread executors for all processes */
 tls_threads_mode=1
 #!endif
 

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to