From owner-cvs-src@FreeBSD.ORG Fri Nov 21 11:33:40 2003 Return-Path: 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 9AD3216A4D0; Fri, 21 Nov 2003 11:33:40 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1294943FD7; Fri, 21 Nov 2003 11:33:36 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id AFBE465491; Fri, 21 Nov 2003 07:52:47 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 82257-03; Fri, 21 Nov 2003 07:52:47 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 2477A65487; Fri, 21 Nov 2003 07:52:47 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id EE4A81B; Fri, 21 Nov 2003 07:52:45 +0000 (GMT) Date: Fri, 21 Nov 2003 07:52:45 +0000 From: Bruce M Simpson To: Andre Oppermann Message-ID: <20031121075245.GC88923@saboteur.dek.spc.org> Mail-Followup-To: Andre Oppermann , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200311202147.hAKLlKmZ005242@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311202147.hAKLlKmZ005242@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 raw_ip6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 21 Nov 2003 19:33:40 -0000 On Thu, Nov 20, 2003 at 01:47:20PM -0800, Andre Oppermann wrote: > Log: > Introduce tcp_hostcache and remove the tcp specific metrics from > the routing table. Move all usage and references in the tcp stack > from the routing table metrics to the tcp hostcache. Well done! No more PRCLONING routes confirmed by netstat -Arn -f inet. :) Host cache is being populated. BMS