Re: MTU and 2.4.x kernel

David S. Miller (davem@redhat.com)
Sun, 18 Feb 2001 01:39:04 -0800 (PST)


kuznet@ms2.inr.ac.ru writes:
> A. Datagram protocols do not work with mtus not allowing to send
> 512 byte frames (even DNS).

This smells bad. Datagram protocol send sizes are only limited by
socket buffer size, nothing more. Fragmentation makes it work.

If you are really talking about side effects of UDP path-mtu, then I
will turn off UDP path-mtu by default in 2.4.x because it is obviously
very broken either conceptually or in our implementation. :-)

Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/