From owner-freebsd-hackers Sun Feb 23 19:28:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA22380 for hackers-outgoing; Sun, 23 Feb 1997 19:28:21 -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 TAA22374 for ; Sun, 23 Feb 1997 19:28:18 -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 TAA03913; Sun, 23 Feb 1997 19:19:42 -0800 (PST) Message-ID: <3311084E.794BDF32@whistle.com> Date: Sun, 23 Feb 1997 19:17:34 -0800 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Matt Thomas CC: Terry Lambert , hackers@FreeBSD.ORG Subject: Re: Alternatives to SYSV IPC? References: <3.0.32.19970222213738.006a1cb0@netrix.lkg.dec.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > if (socketpair(AF_UNIX, SOCK_STREAM, 0, fds) < 0) > perror("socketpair"); > how come no-one uses AF_LOCAL with SOCK_DGRAM? >