cookbooks:devel:core
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
cookbooks:devel:core [2019/08/02 13:39] – [pv_buffer_slots] miconda | cookbooks:devel:core [2019/08/20 12:32] – [tcp_connection_lifetime] miconda | ||
---|---|---|---|
Line 1474: | Line 1474: | ||
< | < | ||
- | pv_cache_limi=1024 | + | pv_cache_limit=1024 |
</ | </ | ||
Line 2027: | Line 2027: | ||
</ | </ | ||
+ | ==== 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 | ||
+ | </ | ||
==== 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, | ||
+ | |||
+ | Default is 0. | ||
+ | |||
+ | <code c> | ||
+ | tcp_connection_match=1 | ||
+ | </ | ||
==== tcp_connect_timeout ==== | ==== tcp_connect_timeout ==== | ||
cookbooks/devel/core.txt · Last modified: 2022/04/11 15:10 by bkaufman