Date: Mon, 24 Feb 1997 10:35:09 -0800 From: Julian Elischer <julian@whistle.com> To: Darren Reed <avalon@coombs.anu.edu.au> Cc: matt@lkg.dec.com, terry@lambert.org, hackers@FreeBSD.org Subject: Re: Alternatives to SYSV IPC? Message-ID: <3311DF5D.41C67EA6@whistle.com> References: <199702240814.AAA07697@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3311DF5D.41C67EA6>