From owner-freebsd-arch Wed Nov 14 17:20:16 2001 Delivered-To: freebsd-arch@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id 358B937B417 for ; Wed, 14 Nov 2001 17:20:12 -0800 (PST) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id RAA05599; Wed, 14 Nov 2001 17:17:02 -0800 (PST) Date: Wed, 14 Nov 2001 17:17:00 -0800 (PST) From: Julian Elischer To: Matthew Dillon Cc: freebsd-arch@freebsd.org Subject: Re: Need review - patch for socket locking and ref counting In-Reply-To: <200111150015.fAF0Flb09186@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG how does it cope with the old "unix domain socket being passed across itself" case? (I'm guessing it's references on the pcb that are tricky there and not references on the sockets) On Wed, 14 Nov 2001, Matthew Dillon wrote: > This patch adds a reference count to the socket structure > and cleans up & encapulates the API calls. I do not yet > attempt to use sxlocks to lock the socket structure (to allow > us to multi-thread the network stack), but that is the > direction I am headed. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message