Categories
Uncategorized

Fix the TCP tuning on OSX/Windows

To show auto tuning in Windows:

netsh interface tcp show global

To disable auto tuning in Windows:

netsh interface tcp set global autotuning=disabled

To disable auto tuning in OSX:

sudo bash -c "echo 'net.inet.tcp.rfc1323=0' >> /etc/sysctl.conf"