From owner-freebsd-hackers Mon Feb 24 00:15:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA07709 for hackers-outgoing; Mon, 24 Feb 1997 00:15:01 -0800 (PST) Received: from cheops.anu.edu.au (avalon@cheops.anu.edu.au [150.203.76.24]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA07697 for ; Mon, 24 Feb 1997 00:14:54 -0800 (PST) Message-Id: <199702240814.AAA07697@freefall.freebsd.org> Received: by cheops.anu.edu.au (1.37.109.16/16.2) id AA288532056; Mon, 24 Feb 1997 19:14:16 +1100 From: Darren Reed Subject: Re: Alternatives to SYSV IPC? To: julian@whistle.com (Julian Elischer) Date: Mon, 24 Feb 1997 19:14:16 +1100 (EDT) Cc: matt@lkg.dec.com, terry@lambert.org, hackers@freebsd.org In-Reply-To: <3311084E.794BDF32@whistle.com> from "Julian Elischer" at Feb 23, 97 07:17:34 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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