Skip to content

Commit

Permalink
etc/kamailio.cfg: document tls_threads_mode = 2 to use atfork handler
Browse files Browse the repository at this point in the history
  • Loading branch information
space88man committed Mar 4, 2024
1 parent 8a2894c commit 5b4926b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions etc/kamailio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5b4926b

Please sign in to comment.