Re: TCP/IP Connections
Re: TCP/IP Connections
- Subject: Re: TCP/IP Connections
- From: David Kopec <email@hidden>
- Date: Sat, 22 Dec 2001 15:55:18 -0500
Perhaps you should consider small sockets? Check it out:
http://smallsockets.sourceforge.net/
David
On Saturday, December 22, 2001, at 10:02 AM, cocoa-dev-
email@hidden wrote:
I would like to hear your suggestions on the approach I need to take
with the following problem I'm having. It seems that there is no API in
the Foundation framework that lets you do basic socket handling
(opening/closing/reading/writing) for TCP/IP connections. Now, of
course, this hasn't got to be a problem, because there seem to be some
other solutions available. However, I'm finding it quite difficult to
chose between any of them. And therefore I would like to hear from
people on this list what method they chose and why.