Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 1997 08:17:48 +0200
From:      j@uriah.heep.sax.de (J Wunsch)
To:        hackers@FreeBSD.ORG
Subject:   Re: TCP problem
Message-ID:  <19971009081748.NT15455@uriah.heep.sax.de>
In-Reply-To: <199710082153.TAA24952@gaia.coppe.ufrj.br>; from Joao Carlos Mendes Luis on Oct 8, 1997 19:53:08 -0200
References:  <19971008124102.17436@lemis.com> <199710082153.TAA24952@gaia.coppe.ufrj.br>

next in thread | previous in thread | raw e-mail | index | archive | help
As Joao Carlos Mendes Luis wrote:

> ...  Also,
> FreeBSD is sending these packets as "Don't Fragment", is this a "feature" ?

I think so.  It's called ``path MTU discovery'', and means the sending
site attempts to lower the sent packet size enough so there's nevery
any need for an intermediate router to fragment it.  By setting DF,
any router that would fragment it will throw it away, and return an
``ICMP fragmentation needed'' instead.  (At least, that's the way i
understand path MTU discovery.)

-- 
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?19971009081748.NT15455>