From owner-cvs-all@FreeBSD.ORG Tue Aug 30 06:01:44 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 F11A816A420 for ; Tue, 30 Aug 2005 06:01:43 +0000 (GMT) (envelope-from silby@silby.com) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 0E40743D58 for ; Tue, 30 Aug 2005 06:01:42 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 13016 invoked from network); 30 Aug 2005 06:01:41 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 30 Aug 2005 06:01:41 -0000 X-pair-Authenticated: 209.68.2.70 Date: Tue, 30 Aug 2005 01:01:40 -0500 (CDT) From: Mike Silbersack To: Andre Oppermann In-Reply-To: <43138B2F.E03BB8@freebsd.org> Message-ID: <20050830010114.X58090@odysseus.silby.com> References: <200508291958.j7TJwvd0093355@repoman.freebsd.org> <43136DAC.4318A183@freebsd.org> <20050829170809.L55561@odysseus.silby.com> <43138B2F.E03BB8@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.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: Tue, 30 Aug 2005 06:01:44 -0000 On Tue, 30 Aug 2005, Andre Oppermann wrote: >> I can tell you one of the problems - tcp_reass moves the m_data pointer >> forward, then continues to use the data in the pre-pointer area. > > This is not the problem here. tcp_reass is not involved in the ip_output() > path. > > -- > Andre Ah. Well, once you get packets smoothly flowing out, you may still encounter problems on the way back in. :) Mike "Silby" Silbersack