From c0dfc944a3210b9e687b3803f61bee9308753168 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sun, 2 Nov 2008 21:26:48 +0000 Subject: disable TSO --- etc/sysctl.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/sysctl.conf') diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 6c7b606..865c341 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -26,3 +26,5 @@ net.link.bridge.pfil_bridge=0 net.inet.tcp.log_debug=0 # Set a reasonable ICMPLimit net.inet.icmp.icmplim=500 +# TSO causes problems with em(4) and reply-to, and isn't of much benefit in a firewall, disable. +net.inet.tcp.tso=0 \ No newline at end of file -- cgit v1.1