From owner-freebsd-net@FreeBSD.ORG Fri Oct 3 02:58:08 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAD9C16A4BF for ; Fri, 3 Oct 2003 02:58:08 -0700 (PDT) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E0C43FBF for ; Fri, 3 Oct 2003 02:58:06 -0700 (PDT) (envelope-from oppermann@pipeline.ch) Received: (qmail 23607 invoked from network); 3 Oct 2003 09:59:55 -0000 Received: from unknown (HELO pipeline.ch) ([62.48.0.53]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 3 Oct 2003 09:59:55 -0000 Message-ID: <3F7D47D9.DD4E7655@pipeline.ch> Date: Fri, 03 Oct 2003 11:56:41 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Mike Silbersack References: <20031003070031.GL5194@saboteur.dek.spc.org> <20031003023838.I16042@odysseus.silby.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: mbp@freebsd.org cc: freebsd-net@freebsd.org Subject: Re: rtsock.c: eliminate masking of gotos, don't abuse M_RTABLE X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2003 09:58:08 -0000 Mike Silbersack wrote: > > On Fri, 3 Oct 2003, Bruce M Simpson wrote: > > > Comments? > > > > BMS > > I think that anything to clean up the routing table is a good idea... > however, aren't there a few major non-committed patches to this area which > are almost ready? (Sam's locking, someone else's moving cloned routes > into a tcpstatcache, more?) You should probably check on the status of > those projects first and make sure that you won't interfere with their > integration. This rtsock.c patch does not interfere with the tcp_hostcache work I'm doing at the moment. I've got stuck a little bit in the tcp6 stuff in tcp. The past weeks were quite busy for me but this weekend I've got time to carry the tcp_hostcache (and nuking of PR_CLONING) forward. -- Andre