Mail Archives: djgpp/2002/06/30/15:45:09
Hello.
Martin Stromberg wrote:
>
> Richard Dawe (rich AT phekda DOT freeserve DOT co DOT uk) wrote:
> : Your packets may be being dropped, due to their size. Try reducing the MTU
> : on the interface that's connected to the Internet. On Windows this is done
> : by hacking the registry.
>
> Why? Every other ftp site I've tried doesn't have this problem. (They
> are mostly big, more common ones though.)
Some IP stacks use path and reverse path MTU discovery to work out the largest
packet that it can send between it and other hosts. It's possible that
something between your computer and clio.rice.edu breaks MTU discovery, so
that your computer thinks it can send packets of a certain size. But in
reality something in between drops the packets, because they are too large to
be sent further.
Also reverse path MTU discovery is broken in some operating systems in some
circumstances. One example is Windows 2000, when you're using IPSec (IP
security), where it miscalculates the MTU slightly.
> Wouldn't my ethernet connect speed be effected to the worse if I did?
Maybe slightly.
It depends how much you reduce it to. Use a binary search and ping, to find
the maximum packet size you can send to clio.rice.edu. Set your MTU to that.
Hope that helps, bye,
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
- Raw text -