Re: RFC: fragmentation code experiment

Helge Hafting (helge.hafting@idb.hist.no)
Mon, 25 Oct 1999 11:54:13 +0200


> > We support this for internet stuff. However most fragmented packets are
> > local
>
> This is the part i could use some help understanding. As i understand it,
> fragmentation only happens at routing when two links have different MTUs.
> Is this covered by what you mean by 'local'?

A misunderstanding. Fragmentation happens when an attempt is made to
transmit
a packet bigger than the MTU of the link being used.
This may happen when routing big packets, OR if your software creates a
big packet.
For example NFS trying to send a 8k packet into an ethernet.

The too big packet doesn't have to come from somewhere else, it may be
generated locally by software that doesn't care about the MTU.

Helge Hafting

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/