Ver código fonte

Merge pull request #383 from zxcpoiu/master

tls: fixed typo param ssl_freelist_max_len mismatch with doc
Daniel-Constantin Mierla 10 anos atrás
pai
commit
8886c7a0eb
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      modules/tls/doc/params.xml

+ 2 - 2
modules/tls/doc/params.xml

@@ -459,7 +459,7 @@ modparam("tls", "tls_disable_compression", 0) # enable
 	<para>
 	<para>
 		Release internal OpenSSL read or write buffers as soon as they are
 		Release internal OpenSSL read or write buffers as soon as they are
 		no longer needed. Combined with
 		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,
 		a lot of memory ( ~ 32k per connection in the default configuration,
 		or 16k + <varname>ssl_max_send_fragment</varname>).
 		or 16k + <varname>ssl_max_send_fragment</varname>).
 		For &kamailio; versions &gt; 3.0 it makes little sense to disable it (0)
 		For &kamailio; versions &gt; 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">
 <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>
 	<para>
 		Sets the maximum number of free memory chunks, that OpenSSL will keep
 		Sets the maximum number of free memory chunks, that OpenSSL will keep
 		per connection. Setting it to 0 would cause any unused memory chunk
 		per connection. Setting it to 0 would cause any unused memory chunk