From owner-cvs-all@FreeBSD.ORG Wed Sep 28 04:38:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7421F16A41F; Wed, 28 Sep 2005 04:38:08 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2E3B43D4C; Wed, 28 Sep 2005 04:38:07 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.3/8.13.3) with ESMTP id j8S4c6cV044291; Wed, 28 Sep 2005 08:38:06 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Wed, 28 Sep 2005 08:38:06 +0400 (MSD) From: Maxim Konovalov To: Maxim.Sobolev@portaone.com In-Reply-To: <433A0317.8050200@portaone.com> Message-ID: <20050928083629.X44280@mp2.macomnet.net> References: <200509262025.j8QKPGtG021850@repoman.freebsd.org> <433A0317.8050200@portaone.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Andre Oppermann , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in.h in_pcb.h ip_output.c raw_ip.c udp_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 04:38:08 -0000 On Tue, 27 Sep 2005, 19:42-0700, Maxim Sobolev wrote: > Great, but can you please also update ip(4) and udp(4) manual pages, since > otherwise this option is mostly a no-op. Already documented in ip(4): http://lists.freebsd.org/pipermail/cvs-src/2005-September/052994.html > -Maxim > > Andre Oppermann wrote: > > andre 2005-09-26 20:25:16 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netinet in.h in_pcb.h ip_output.c raw_ip.c > > udp_usrreq.c Log: > > Implement IP_DONTFRAG IP socket option enabling the Don't Fragment > > flag on IP packets. Currently this option is only repected on udp > > and raw ip sockets. On tcp sockets the DF flag is controlled by the > > path MTU discovery option. [...] -- Maxim Konovalov