Date: Tue, 2 Apr 1996 14:03:16 +0930 (CST) From: Michael Smith <msmith@atrad.adelaide.edu.au> To: mikee@sys8.wfc.com (Mike Eggleston) Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: How to write a socketpair(2)? Message-ID: <199604020433.OAA10762@genesis.atrad.adelaide.edu.au> In-Reply-To: <9604011359.AA29991@sys8.wfc.com> from "Mike Eggleston" at Apr 1, 96 07:59:18 am
next in thread | previous in thread | raw e-mail | index | archive | help
Mike Eggleston stands accused of saying: > > I'm stuck on sco at work and want to use amanda as the backup > software. The problem is that I need to have socketpair(2) on the > server side to talk to the drivers and tapers, etc. How to I write > the equivalent of socketpair(2)? I don't have unix domain sockets and > I haven't been able to get it to work right. use pipe(2); see Stevens APUE ch15. > mike -- ]] Mike Smith, Software Engineer msmith@atrad.adelaide.edu.au [[ ]] Genesis Software genesis@atrad.adelaide.edu.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control (ph/fax) +61-8-267-3039 [[ ]] Collector of old Unix hardware. "Where are your PEZ?" The Tick [[
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604020433.OAA10762>