From owner-freebsd-current@FreeBSD.ORG Thu Jul 14 00:26:54 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 43EF216A41C for ; Thu, 14 Jul 2005 00:26:54 +0000 (GMT) (envelope-from mohan_srinivasan@yahoo.com) Received: from web31807.mail.mud.yahoo.com (web31807.mail.mud.yahoo.com [68.142.207.70]) by mx1.FreeBSD.org (Postfix) with SMTP id DA3EA43D48 for ; Thu, 14 Jul 2005 00:26:53 +0000 (GMT) (envelope-from mohan_srinivasan@yahoo.com) Received: (qmail 73682 invoked by uid 60001); 14 Jul 2005 00:26:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=4nrd9zKHn9d7QkOKu9QmFfv7lqEM5+Lqd7iTK6eujsOKczuxGElqtxaOVwxqsXP0l6NcsdVTBhyshv4S9CzwvcArHRv3TFU1LJCIJ8wshRdqOG06qagPwW3mG3lq/ZN6i13RgCiPgFjjGWbwJYW3an/RZlcuLXAQ+dqovAO3q5w= ; Message-ID: <20050714002652.73680.qmail@web31807.mail.mud.yahoo.com> Received: from [64.168.22.169] by web31807.mail.mud.yahoo.com via HTTP; Wed, 13 Jul 2005 17:26:52 PDT Date: Wed, 13 Jul 2005 17:26:52 -0700 (PDT) From: Mohan Srinivasan To: Randy Bush , FreeBSD Current In-Reply-To: <17109.44743.624128.339103@roam.psg.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: Computed sack_bytes_retransmitted (x) not the same as cached value 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: Thu, 14 Jul 2005 00:26:54 -0000 This was fixed on June 6. Can you pick up the latest changes ? There were other TCP and SACK fixes checked in since Jun 5. This is the change you need for the bug you report. Revision 1.22 / (download) - annotate - [select for diffs], Mon Jun 6 19:46:53 2005 UTC (5 weeks, 2 days ago) by ps Branch: MAIN 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 --- Randy Bush wrote: > kernel: tcp_sack_output: Computed sack_bytes_retransmitted (1460) not the same as cached value > (2920) > kernel: tcp_sack_output: Computed sack_bytes_retransmitted (2920) not the same as cached value > (4380) > kernel: tcp_sack_output: Computed sack_bytes_retransmitted (1460) not the same as cached value > (2920) > kernel: tcp_sack_output: Computed sack_bytes_retransmitted (1460) not the same as cached value > (2920) > > FreeBSD x 6.0-CURRENT FreeBSD 6.0-CURRENT #9: Sun Jun 5 19:36:54 GMT 2005 > root:/usr/obj/usr/src/sys/G i386 > > this is first time i have seen this. > > randy > > _______________________________________________ > 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" >