#!/usr/bin/env bash # Copyright (C) 2021 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only sudo tee -a /Library/LaunchDaemons/net_tcp_tso_off.plist > /dev/null < Label net_tcp_tso_off MachServices net_tcp_tso_off Program /usr/sbin/sysctl ProgramArguments /usr/sbin/sysctl net.inet.tcp.tso=0 UserName root GroupName wheel KeepAlive RunAtLoad EOB