From owner-cvs-src@FreeBSD.ORG Thu Jun 9 14:09:35 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3740F16A41C; Thu, 9 Jun 2005 14:09:35 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C1A543D4C; Thu, 9 Jun 2005 14:09:34 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.3/8.13.3) with ESMTP id j59E9X3L038446; Thu, 9 Jun 2005 18:09:33 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DomainKey-Signature: a=rsa-sha1; s=default; d=nagual.pp.ru; c=nofws; q=dns; h=received:date:from:to:cc:subject:message-id: mail-followup-to:references:mime-version:content-type: content-disposition:in-reply-to:user-agent; b=Q4AJZSbkw4QXVd7UUgdob/yoN3vaAUkBMiwNmymHPxckEp17LX7J6DA9aWuqnQn3J Lsz5rHziNZPS0HcF7hViw== Received: (from ache@localhost) by nagual.pp.ru (8.13.3/8.13.3/Submit) id j59E9XEo038445; Thu, 9 Jun 2005 18:09:33 +0400 (MSD) (envelope-from ache) Date: Thu, 9 Jun 2005 18:09:33 +0400 From: Andrey Chernov To: Paul Saab Message-ID: <20050609140933.GA38372@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Paul Saab , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200506091401.j59E14cT033280@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506091401.j59E14cT033280@repoman.freebsd.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet tcp_sack.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 14:09:35 -0000 On Thu, Jun 09, 2005 at 02:01:04PM +0000, Paul Saab wrote: > ps 2005-06-09 14:01:04 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_sack.c > Log: > Fix for a crash in tcp_sack_option() caused by hitting the limit on > the number of sack holes. I still run the machine with this patch and no crash seen so far. But, I see "0 SACK scoreboard overflow" in netstat, so this fact alone is not essential for situation described. -- http://ache.pp.ru/