Xref: utzoo comp.sys.mac.programmer:21018 comp.lang.c:35530 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!telematik.informatik.uni-karlsruhe.de!schaefer From: schaefer@telematik.informatik.uni-karlsruhe.de Newsgroups: comp.sys.mac.programmer,comp.lang.c Subject: Re: AppleTalk / C Programming Problem Message-ID: <1991Jan26.151519.1@telematik.informatik.uni-karlsruhe.de> Date: 26 Jan 91 14:15:19 GMT References: <1991Jan9.164305.18451@csn.org> Sender: news@ira.uka.de (USENET News System) Lines: 13 If you look at "Inside Macintosh Vol II" Page 283 you come to know that the destination-socket must not be in the same node as the source- socket. Try out to run your programm on two different Computers. To do this you'll have to get the node-adress on each computer using the GetNodeAdress() function (Inside Mac II, Page 303). Then send from one node to the other one. There is just one problem with it : The node address may change, if you restart your programm. To avoid this complication use the NBP Protocoll to look up the destination- nodes address or enter the dest-node adress during running time via scanf(). (Guenter Schaefer, Karlsruhe)