User Tools

Site Tools


cookbooks:devel:core

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
cookbooks:devel:core [2022/01/24 10:08]
rhys
cookbooks:devel:core [2022/02/14 08:49]
miconda [tcp_script_mode]
Line 1551: Line 1551:
   * 4 - summary of pkg used blocks   * 4 - summary of pkg used blocks
   * 8 - summary of shm used blocks   * 8 - summary of shm used blocks
 +  * 16 - short status
  
 If set to 0, nothing is printed. If set to 0, nothing is printed.
  
-Default value: 3+Default value: 12
  
 Example: Example:
Line 2454: Line 2455:
  
   tcp_reuse_port = yes (default no)   tcp_reuse_port = yes (default no)
 +
 +==== tcp_script_mode ====
 +
 +Specify if connection should be closed (set to CONN_ERROR) if processing the received message results in error (that can also be due to negative return code from a configuration script main route block). If set to 1, the processing continues with the connection open.
 +
 +Default 0 (close connection)
 +
 +<code>
 +tcp_script_mode = 1
 +</code>
  
 ==== tcp_send_timeout ==== ==== tcp_send_timeout ====
cookbooks/devel/core.txt ยท Last modified: 2022/04/11 17:10 by bkaufman