diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-07-19 02:16:29 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-07-19 02:16:29 +0000 |
commit | ee7ff1f0078664d21406d1685e6ad0c55c958d85 (patch) | |
tree | 31a457913bf4f7c782110ed8d8db8bfc9918ee00 /cf/conf/config.xml | |
parent | e79c47698aceb8cc32f95dfc254d9dd34d16d75f (diff) | |
download | pfsense-ee7ff1f0078664d21406d1685e6ad0c55c958d85.zip pfsense-ee7ff1f0078664d21406d1685e6ad0c55c958d85.tar.gz |
Add TCP Inflight
Diffstat (limited to 'cf/conf/config.xml')
-rw-r--r-- | cf/conf/config.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 1a01a91..259cff7 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -99,7 +99,12 @@ <desc>Disable CTRL+ALT+Delete reboot from keyboard.</desc> <tunable>hw.syscons.kbd_reboot</tunable> <value>0</value> - </item> + </item> + <item> + <desc>Enable TCP Inflight mode</desc> + <tunable>net.inet.tcp.inflight.enable</tunable> + <value>1</value> + </item> </sysctl> <system> <optimization>normal</optimization> |