Browse Source

etc/kamailio.cfg: close comment for tls_threads_mode

Daniel-Constantin Mierla 7 months ago
parent
commit
d8d627eff7
1 changed files with 3 additions and 2 deletions
  1. 3 2
      etc/kamailio.cfg

+ 3 - 2
etc/kamailio.cfg

@@ -234,9 +234,10 @@ tls_max_connections=2048
 /* For OpenSSL 3 integration
 /* For OpenSSL 3 integration
  * functions calling libssl3 can be invoked in a transient thread
  * functions calling libssl3 can be invoked in a transient thread
  * 0: disable threaded calls
  * 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
 tls_threads_mode=2
+
 #!endif
 #!endif
 
 
 /* set it to yes to enable sctp and load sctp.so module */
 /* set it to yes to enable sctp and load sctp.so module */