Module: kamailio
Branch: master
Commit: 9ec3770f88339426c95514bc35a3afc2c2b0def8
URL: 
https://github.com/kamailio/kamailio/commit/9ec3770f88339426c95514bc35a3afc2c2b0def8

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@gmail.com>
Date: 2024-11-22T09:19:33+01:00

core: main - tls_threads_mode set to 2 by default

- recommended value (KSR_TLS_THREADS_MFORK) for production with latest libssl

---

Modified: src/main.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/9ec3770f88339426c95514bc35a3afc2c2b0def8.diff
Patch: 
https://github.com/kamailio/kamailio/commit/9ec3770f88339426c95514bc35a3afc2c2b0def8.patch

---

diff --git a/src/main.c b/src/main.c
index ab5943e609e..1b9e599fe5c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -343,7 +343,7 @@ int tls_disable = 0; /* tls enabled by default */
 int tls_disable = 1; /* tls disabled by default */
 #endif /* CORE_TLS */
 /* threads execution mode for tls with libssl */
-int ksr_tls_threads_mode = KSR_TLS_THREADS_MNONE;
+int ksr_tls_threads_mode = KSR_TLS_THREADS_MFORK;
 #endif /* USE_TLS */
 #ifdef USE_SCTP
 int sctp_children_no = 0;

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to