[sr-dev] git:master:e7feaa06: tls: fixed typo param ssl_freelist_max_len mismatch with doc

zxcpoiu zxcpoiu at gmail.com
Wed Oct 28 09:53:46 CET 2015


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

Author: zxcpoiu <zxcpoiu at gmail.com>
Committer: zxcpoiu <zxcpoiu at gmail.com>
Date: 2015-10-28T16:50:10+08:00

tls: fixed typo param ssl_freelist_max_len mismatch with doc

---

Modified: modules/tls/doc/params.xml

---

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

---

diff --git a/modules/tls/doc/params.xml b/modules/tls/doc/params.xml
index d50335d..dc40322 100644
--- a/modules/tls/doc/params.xml
+++ b/modules/tls/doc/params.xml
@@ -459,7 +459,7 @@ modparam("tls", "tls_disable_compression", 0) # enable
 	<para>
 		Release internal OpenSSL read or write buffers as soon as they are
 		no longer needed. Combined with
-		<varname>ssl_free_list_max_len</varname> has the potential of saving
+		<varname>ssl_freelist_max_len</varname> has the potential of saving
 		a lot of memory ( ~ 32k per connection in the default configuration,
 		or 16k + <varname>ssl_max_send_fragment</varname>).
 		For &kamailio; versions > 3.0 it makes little sense to disable it (0)
@@ -490,7 +490,7 @@ modparam("tls", "ssl_release_buffers", 1)
 
 
 <section id="tls.p.ssl_freelist_max_len">
-	<title><varname>ssl_free_list_max_len</varname> (integer)</title>
+	<title><varname>ssl_freelist_max_len</varname> (integer)</title>
 	<para>
 		Sets the maximum number of free memory chunks, that OpenSSL will keep
 		per connection. Setting it to 0 would cause any unused memory chunk




More information about the sr-dev mailing list