Преглед изворни кода

Sample etc/kamailio.cfg: add tls_threads_mode to config

S-P Chan пре 1 година
родитељ
комит
e52bc4ba41
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      etc/kamailio.cfg

+ 7 - 0
etc/kamailio.cfg

@@ -220,6 +220,13 @@ enable_tls=yes
 
 /* upper limit for TLS connections */
 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 */
+tls_threads_mode=1
 #!endif
 
 /* set it to yes to enable sctp and load sctp.so module */