Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 9 Feb 2001 20:38:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 9 Feb 2001 20:38:43 -0500 Received: from [216.151.155.116] ([216.151.155.116]:48391 "EHLO belphigor.mcnaught.org") by vger.kernel.org with ESMTP id ; Fri, 9 Feb 2001 20:38:38 -0500 To: "David L. Nicol" Cc: "'linux-kernel@vger.kernel.org'" , "Miller, Brendan" Subject: Re: bidirectional named pipe? In-Reply-To: <3A81D5B4.9CBC9B0D@kasey.umkc.edu> <3A848BFF.C7C0E258@cstp.umkc.edu> From: Doug McNaught Date: 09 Feb 2001 20:37:44 -0500 In-Reply-To: "David L. Nicol"'s message of "Fri, 09 Feb 2001 18:31:59 -0600" Message-ID: Lines: 15 User-Agent: Gnus/5.0806 (Gnus v5.8.6) XEmacs/21.1 (20 Minutes to Nikko) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org "David L. Nicol" writes: > According to the Understanding the Linux Kernel book I > plowed through yesterday afternoon the EXT2 file system > has a defined file type "socket," distinct from fifo. > > How does one set up a named socket in a file system? Is it > a legacy constant that has never been supported or what? > Call bind() on an AF_LOCAL (aka AF_UNIX) socket. About as far from legacy as you can get... -Doug - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/