Skip to content

Commit

Permalink
modules: readme files regenerated - seas ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Feb 8, 2023
1 parent ec6f3b1 commit 6be85c8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/modules/seas/README
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Chapter 1. The Sip Express Application Server User's Guide

At the moment, the only Application Server that works with SEAS is
WeSIP Application Server, which can be downloaded from www.wesip.eu,
and used freely for non-comercial purposes.
and used freely for non-commercial purposes.

1.4. Parameters

Expand Down
2 changes: 1 addition & 1 deletion src/modules/siputils/README
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ if (is_supported("outbound")) { ... }
Note that it does not detect spirals, which can have the condition for
replies true also in the case of additional SIP reply reception.

Parameter mode is optional and can be an integer or a varaible holding
Parameter mode is optional and can be an integer or a variable holding
an integer. If not provided, the behaviour is like mode==0.

This function can be used from ANY_ROUTE.
Expand Down
22 changes: 11 additions & 11 deletions src/modules/tls/README
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,11 @@ make TLS_EXTRA_LIBS="-lkrb5 -lz" all include_modules=tls
crash or cause memory leaks (making the memory shortage even worse). As
of this writing all Openssl versions were affected (including 0.9.8e),
see Openssl bug #1491. The TLS module has some workarounds for
preventing this problem (see low_mem_treshold1 and low_mem_threshold2),
however starting Kamailio with enough shared memory is higly
recommended. When this is not possible a quick way to significantly
reduce Openssl memory usage it to disable compression (see
tls_disable_compression).
preventing this problem (see low_mem_threshold1 and
low_mem_threshold2), however starting Kamailio with enough shared
memory is higly recommended. When this is not possible a quick way to
significantly reduce Openssl memory usage it to disable compression
(see tls_disable_compression).

6. TLS Debugging

Expand Down Expand Up @@ -916,7 +916,7 @@ modparam("tls", "connection_timeout", 60)
10.13. tls_disable_compression (boolean)

If set compression over TLS will be disabled. Note that compression
uses a lot of memory (about 10x more then with the compression
uses a lot of memory (about 10x more than with the compression
disabled), so if you want to minimize memory usage is a good idea to
disable it. TLS compression also expose you for the CRIME security
vulnerability.
Expand Down Expand Up @@ -980,17 +980,17 @@ modparam("tls", "ssl_freelist_max_len", 0)
even valid low values might not be big enough to allow a successful
handshake (try minimum 1024).

Lower values would lead to less memory usage, but values lower then the
Lower values would lead to less memory usage, but values lower than the
typical Kamailio write size would incur a slight performance penalty.
Good values are bigger then the size of the biggest SIP packet one
Good values are bigger than the size of the biggest SIP packet one
normally expects to forward. For example in most setups 2048 would be a
good value.

Note

Values on the lower side, even if valid (> 512), might not allow for a
successful initial handshake. This happens if the certificate does not
fit inside one send fragment. Values lower then 1024 should not be
fit inside one send fragment. Values lower than 1024 should not be
used. Even with higher values, if the handshake fails, try increasing
the value.

Expand Down Expand Up @@ -1275,7 +1275,7 @@ modparam("tls", "renegotiation", 1)
refered with 0-indexing.

If flag (bit) at index 0 is set (value 1), the memory management
operations registered for TLS are wapped within a pthread mutex lock.
operations registered for TLS are wrapped within a pthread mutex lock.
It can be useful with newer versions of libssl and libcrypto, which
have a more pthread multi-threading oriented design.

Expand Down Expand Up @@ -1490,7 +1490,7 @@ end
this section. If libssl 1.1.x (or newer) is detected at compile time,
then the PRNG engine is set to "cryptorand".

The following options are avaialble:
The following options are available:
* krand - use internal kam_rand() function
* fastrand - use internal fastrand (ISAAC) function
* cryptorand - use internal cryptorand (Fortuna) function
Expand Down
2 changes: 1 addition & 1 deletion src/modules/tls_wolfssl/README
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Chapter 1. Admin Guide
#...
loadmodule "sl.so"
loadmodule "tls_wolfssl.so"
#... refer to Quick Start oftls module
#... refer to Quick Start of tls module
#... for further configuration

3. Important Notes
Expand Down
2 changes: 1 addition & 1 deletion src/modules/xcap_client/README
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ typedef struct xcap_api {
xcap_nodeSel_add_terminal_t add_terminal;
xcap_nodeSel_free_t free_node_sel;
xcapGetNewDoc_t getNewDoc; /* an initial request for the module
fo fetch this document that does not exist in xcap db table
to fetch this document that does not exist in xcap db table
and handle its update*/

/* function to register a callback to document changes*/
Expand Down

0 comments on commit 6be85c8

Please sign in to comment.