cookbooks:4.1.x:core
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cookbooks:4.1.x:core [2014/05/20 06:57] – [if] miconda | cookbooks:4.1.x:core [2018/08/21 07:27] (current) – henningw | ||
---|---|---|---|
Line 778: | Line 778: | ||
Prototype: **loadmodule " | Prototype: **loadmodule " | ||
- | If modulepath is only modulename or modulename.so, | + | If modulepath is only modulename or modulename.so, |
Example of usage: | Example of usage: | ||
Line 938: | Line 938: | ||
==== mem_safety ==== | ==== mem_safety ==== | ||
- | Ff set to 1, memory free operation does not call abort() for double freeing a pointer or freeing an invalid address. The server still prints the alerting log messages. | + | If set to 1, memory free operation does not call abort() for double freeing a pointer or freeing an invalid address. The server still prints the alerting log messages. |
It can be set via config reload framework. | It can be set via config reload framework. | ||
Line 1242: | Line 1242: | ||
If the internal resolver/ | If the internal resolver/ | ||
- | dns.add_srv, | + | dns.add_srv, |
Note: During startup of SIP-Router, before the internal resolver is loaded, the system resolver will be used (it will be used for queries done from module register functions or modparams fixups, but not for queries done from mod_init() or normal fixups). | Note: During startup of SIP-Router, before the internal resolver is loaded, the system resolver will be used (it will be used for queries done from module register functions or modparams fixups, but not for queries done from mod_init() or normal fixups). | ||
Line 1496: | Line 1496: | ||
==== tcp_conn_wq_max ==== | ==== tcp_conn_wq_max ==== | ||
- | Maximum bytes queued for write allowed per connection. Attempting to queue more bytes would result in an error and in the connection being closed (too slow). If tcp_write_buf | + | Maximum bytes queued for write allowed per connection. Attempting to queue more bytes would result in an error and in the connection being closed (too slow). If tcp_buf_write |
tcp_conn_wq_max = bytes (default 32 K) | tcp_conn_wq_max = bytes (default 32 K) | ||
Line 2316: | Line 2316: | ||
* onreply_route[0] (stateless): | * onreply_route[0] (stateless): | ||
- | * onreply_route[!=0] (tm): ignored | + | * onreply_route[!=0] |
* branch_route: | * branch_route: |
cookbooks/4.1.x/core.1400569028.txt.gz · Last modified: 2014/05/20 06:57 by miconda