How to Tune Snow Leopard’s Network Performance

I wanted to be sure that my mac was using the WAN for all it was worth. I set the following in /etc/sysctl.conf
:
[code]kern.ipc.maxsockbuf=768000
net.inet.tcp.sendspace=131072
net.inet.tcp.recvspace=512000
net.inet.tcp.win_scale_factor=8[/code]
These commands can be set in real time without a reboot. Simply call sysctl as root from the command prompt in Terminal..
For example:
[code]# sysctl -w net.inet.tcp.win_scale_factor=8[/code]
Here are some links to sites that help test:
www.speedtest.net
www.pingtest.net
jlab4.jlab.org:7123/
www.speakeasy.net/speedtest
Leave Your Comment
All fields marked with "*" are required.