20.1.2. MTU Size
If you're more ambitious (or don't
have a lot of money to throw away on hardware), another potential way
to increase browser performance is to tune your MTU size. This can
make a big difference if your current MTU is wrong for your
connection to your ISP.
MTU stands for "Maximum Transmission
Unit," which is the largest packet your PC will send
out. You want it to be big enough to carry as much as the other end
will accept, but not too big, or your performance will suffer when
the other side keeps rejecting packets and telling your PC to send
smaller ones. You can use one of the many MTU tuners on the market
such as PPP Boost, MTU-speed pro, NetMedic, and Vital Signs.
You can manually figure out your optimum MTU from a Linux machine
using the ping command:
% ping -M do -s 1500 www.myISP.com
From a Windows machine, use the following command from the DOS prompt:
C:\>ping -f -l 1500 www.myISP.com
(Use your own ISP's web site in place of
www.myISP.com.)
A value of 1500 bytes may get you an error like
"Packet needs to be fragmented, but DF
set." Keep reducing the value until the
ping works; this gives you the optimum value for
your MTU.