From owner-freebsd-current@FreeBSD.ORG Tue Jun 7 17:21:22 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EBEB16A424 for ; Tue, 7 Jun 2005 17:21:22 +0000 (GMT) (envelope-from mohan_srinivasan@yahoo.com) Received: from web80606.mail.yahoo.com (web80606.mail.yahoo.com [66.218.79.95]) by mx1.FreeBSD.org (Postfix) with SMTP id DD71A43D1D for ; Tue, 7 Jun 2005 17:21:21 +0000 (GMT) (envelope-from mohan_srinivasan@yahoo.com) Message-ID: <20050607172121.84552.qmail@web80606.mail.yahoo.com> Received: from [64.172.45.214] by web80606.mail.yahoo.com via HTTP; Tue, 07 Jun 2005 10:21:21 PDT Date: Tue, 7 Jun 2005 10:21:21 -0700 (PDT) From: Mohan Srinivasan To: Tarc , freebsd-current In-Reply-To: 6667 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: Problem with TCP/IP stack? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2005 17:21:22 -0000 Hi, This change should fix the issue. If you have this change and still see the issue, please let us know. Revision 1.22 / (download) - annotate - [select for diffs], Mon Jun 6 19:46:53 2005 UTC (21 hours, 34 minutes ago) by ps Branch: MAIN CVS Tags: HEAD Changes since 1.21: +9 -4 lines Diff to previous 1.21 (colored) Fix for a bug in the change that walks the scoreboard backwards from the tail (in tcp_sack_option()). The bug was caused by incorrect accounting of the retransmitted bytes in the sackhint. Reported by: Kris Kennaway. Submitted by: Noritoshi Demizu. mohan --- Tarc wrote: > I found in dmesg following lines: > > tcp_sack_output: Computed sack_bytes_retransmitted (1400) not the same as cached value (2800) > > > This problems founded after latest recompilling & reinstalling kernel. > > My dmesg can be found at http://tarc.po.cs.msu.su/usr/tarc/kernels/current/dmesg > Kernel config at http://tarc.po.cs.msu.su/usr/tarc/kernels/TarcCurrent > What shall I do in this case? > -- > Best regards, > Arseny Nasokin > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >