Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 1996 10:38:13 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Subject:   Re: Changing Ethernet frame size to 576 bytes?
Message-ID:  <199603240938.KAA00946@uriah.heep.sax.de>
In-Reply-To: <199603240845.TAA24105@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Mar 24, 96 07:15:50 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Michael Smith wrote:

> > This means that every IP packet you send has to be fragmented into three
> > IP fragments as it travels over the Internet, and if any single one of
> 
> This only happens if your data has to move over a link imposing a 
> smaller MSS.  Not many do - mostly PPP and SLIP links.

Just as an evidence that the ``path MTU discovery'' seems to work.
I'm doing all my remote traffic via SLIP with an MTU of 552 (not even
576).  Anyway:

j@uriah 1314% netstat -s | fgrep fragment
        0 fragments received
        0 fragments dropped (dup or out of space)
        0 fragments dropped after timeout
        0 output datagrams fragmented
        0 fragments created
        0 datagrams that can't be fragmented

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603240938.KAA00946>