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 /conf.default/config.xml | |
parent | e79c47698aceb8cc32f95dfc254d9dd34d16d75f (diff) | |
download | pfsense-ee7ff1f0078664d21406d1685e6ad0c55c958d85.zip pfsense-ee7ff1f0078664d21406d1685e6ad0c55c958d85.tar.gz |
Add TCP Inflight
Diffstat (limited to 'conf.default/config.xml')
-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 2dd40b6..b0f55c2 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -99,6 +99,11 @@ <desc>Disable CTRL+ALT+Delete reboot from keyboard.</desc> <tunable>hw.syscons.kbd_reboot</tunable> <value>0</value> + </item> + <item> + <desc>Enable TCP Inflight mode</desc> + <tunable>net.inet.tcp.inflight.enable</tunable> + <value>1</value> </item> </sysctl> <system> |