diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-08-11 18:00:28 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-08-11 18:00:28 +0000 |
commit | b51eff52be494de64814cc1dc0c3dbda6629e4cd (patch) | |
tree | f17bbe0ff6e54a07ce4beb41eb5cb76fdbaec469 /conf.default | |
parent | 2eedb5484125dbab1a89969df052e35471d47bc2 (diff) | |
download | pfsense-b51eff52be494de64814cc1dc0c3dbda6629e4cd.zip pfsense-b51eff52be494de64814cc1dc0c3dbda6629e4cd.tar.gz |
Disable extended TCP debugging.
Diffstat (limited to 'conf.default')
-rw-r--r-- | conf.default/config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml index 0d5fe91..0d8c162 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -114,6 +114,11 @@ <desc>Enable TCP Inflight mode</desc> <tunable>net.inet.tcp.inflight.enable</tunable> <value>1</value> + </item> + <item> + <desc>Enable TCP extended debugging</desc> + <tunable>net.inet.tcp.log_debug</tunable> + <value>0</value> </item> </sysctl> <system> |