From owner-freebsd-hackers Mon May 10 12: 3:26 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from sol (cs1-gw.cs.binghamton.edu [128.226.171.72]) by hub.freebsd.org (Postfix) with SMTP id A8C9214D9B for ; Mon, 10 May 1999 12:03:07 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from localhost (zzhang@localhost) by sol (SMI-8.6/8.6.9) with SMTP id OAA29673; Mon, 10 May 1999 14:51:59 -0400 Date: Mon, 10 May 1999 14:51:59 -0400 (EDT) From: Zhihui Zhang Reply-To: Zhihui Zhang To: Chuck Youse Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Sockets and SYSTEM V message queue In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 10 May 1999, Chuck Youse wrote: > > That's why you can create sockets in the UNIX domain (AF_UNIX, later > renamed AF_LOCAL). When you bind a UNIX domain socket, it's bound to a > name in the filesystem. Thanks for the reply. So a socket must be bound to something to be used. You mention a name in the filesystem, does the file exist before binding or not? It seems to be a temporary file. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message