From owner-freebsd-hackers Mon Feb 24 11:50:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA11872 for hackers-outgoing; Mon, 24 Feb 1997 11:50:20 -0800 (PST) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA11862 for ; Mon, 24 Feb 1997 11:50:13 -0800 (PST) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.8.5/8.8.4) with SMTP id KAA17627; Mon, 24 Feb 1997 10:37:17 -0800 (PST) Message-ID: <3311DF5D.41C67EA6@whistle.com> Date: Mon, 24 Feb 1997 10:35:09 -0800 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Darren Reed CC: matt@lkg.dec.com, terry@lambert.org, hackers@FreeBSD.org Subject: Re: Alternatives to SYSV IPC? References: <199702240814.AAA07697@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Darren Reed wrote: > > In some mail from Julian Elischer, sie said: > > > > > if (socketpair(AF_UNIX, SOCK_STREAM, 0, fds) < 0) > > > perror("socketpair"); > > > > > > > how come no-one uses AF_LOCAL with SOCK_DGRAM? > > how portable is AF_LOCAL ? > > Darren well as people were talking about using as a standin for SYV_IPC I assume they are talking about BSD based systems and they all have AF_LOCAL (== AF_UNIX)