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 /cf | |
parent | 2eedb5484125dbab1a89969df052e35471d47bc2 (diff) | |
download | pfsense-b51eff52be494de64814cc1dc0c3dbda6629e4cd.zip pfsense-b51eff52be494de64814cc1dc0c3dbda6629e4cd.tar.gz |
Disable extended TCP debugging.
Diffstat (limited to 'cf')
-rw-r--r-- | cf/conf/config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 3fb856d..8aa7661 100644 --- a/cf/conf/config.xml +++ b/cf/conf/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> |