*BSD News Article 78910


Return to BSD News archive

Newsgroups: comp.unix.bsd,comp.unix.questions
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!ihnp4.ucsd.edu!newshub.nosc.mil!news!news
From: Grace Huynh <gpham@cod.nosc.mil>
Subject: creating socket
Content-Type: text/plain; charset=us-ascii
Message-ID: <3246D229.4BF6@cod.nosc.mil>
Sender: news@nosc.mil
Reply-To: gpham@cod.nosc.mil
Content-Transfer-Encoding: 7bit
Cc: gpham
Organization: NRaD
Mime-Version: 1.0
Date: Mon, 23 Sep 1996 18:08:41 GMT
X-Mailer: Mozilla 3.0b6Gold (Win95; I)
Lines: 9
Xref: euryale.cc.adfa.oz.au comp.unix.bsd:16822 comp.unix.questions:88082

Please HELP.
>
>I had a socket running and need to create another one on different
>port.  I somehow couldn't create the second socket.  Socket descriptor
>return value 0 with ":File exits".  These 2 sockets are create in two
different files and link them together to create 1 output file, but they
are in 2 separate functions. What could go wrong ?  
>
>Grace