summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cf/conf/config.xml7
-rw-r--r--conf.default/config.xml5
2 files changed, 11 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>
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>
OpenPOWER on IntegriCloud