TSO---TSO (TCP Segmentation Offload) supports both IPv4 and IPv6. TSO can be disabled and enabled using the ifconfig utility or sysctl.NOTE: TSO requires Tx checksum, if Tx checksum is disabled, TSO will also be disabled.NOTE: By default only PCI-Express adapters are ENABLED to do TSO. Otherscan be enabled by the user at their own risk. TSO is not supported on 82547 or82544-based adapters, as well as older adapters.To enable/disable TSO in the stack: sysctl net.inet.tcp.tso=0 (or 1 to enable it)Doing this disables/enables TSO in the stack and affects all installed adapters.To disable BOTH TSO IPv4 and IPv6: ifconfig em<interface_num> -tsoTo enable BOTH TSO IPv4 and IPv6: ifconfig em<interface_num> tsoYou can also enable/disable IPv4 TSO or IPv6 TSO individually. Simply replacetso|-tso in the above command with tso4 or tso6. For example, to disableTSO IPv4: ifconfig em<interface_num> -tso4