Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!think.com!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!pacbell.com!ucsd!dog.ee.lbl.gov!lbl.gov!jnmoyne From: jnmoyne@lbl.gov (Jean-Noel MOYNE) Newsgroups: comp.sys.mac.programmer Subject: Re: Connecting to sockets? Message-ID: <10252@dog.ee.lbl.gov> Date: 25 Feb 91 19:53:07 GMT References: <17908@csli.Stanford.EDU> Organization: Lawrence Berkeley Laboratory Lines: 18 X-Local-Date: Mon, 25 Feb 91 11:53:07 PST In article <17908@csli.Stanford.EDU> wilson@csli.Stanford.EDU (Nathan Wilson) writes: > client and was wondering how easy it was to use MacTCP to connect > a Mac program to a UNIX socekt. You should use on the available socket libraries for the Mac. The one I know about is Novell's, and comes as a lib to "link" with using Think C. I suppose it's the best thing to use, since it's really unix-like, and works quite well if you don't want to receive UDP packets of more than 918 bytes (I think the edge is at 918 bytes, I don't remember), and maybe even that bug has been corrected now. JNM -- These are my own ideas (not LBL's)