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 revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cookbooks:devel:core [2019/08/02 13:39] – [pv_buffer_slots] micondacookbooks:devel:core [2019/08/20 12:32] – [tcp_connection_lifetime] miconda
Line 1474: Line 1474:
  
 <code> <code>
-pv_cache_limi=1024+pv_cache_limit=1024
 </code> </code>
  
Line 2027: Line 2027:
 </code> </code>
  
 +==== tcp_accept_unique ====
 +
 +If set to 1, reject duplicate connections coming from same source IP and port.
 +
 +Default set to 0.
 +
 +<code c>
 +tcp_accept_unique = 1
 +</code>
 ==== tcp_async ==== ==== tcp_async ====
  
Line 2065: Line 2074:
     tcp_connection_lifetime=3605     tcp_connection_lifetime=3605
  
 +==== tcp_connection_match ====
 +
 +If set to 1, try to be more strict in matching outbound TCP connections, attempting to lookup first the connection using also local port, not only the local IP and remote IP+port.
 +
 +Default is 0.
 +
 +<code c>
 +tcp_connection_match=1
 +</code>
 ==== tcp_connect_timeout ==== ==== tcp_connect_timeout ====
  
cookbooks/devel/core.txt · Last modified: 2022/04/11 15:10 by bkaufman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki