Re: Making an NSConnection from a BSD socket
Re: Making an NSConnection from a BSD socket
- Subject: Re: Making an NSConnection from a BSD socket
- From: Douglas Davidson <email@hidden>
- Date: Fri, 26 Mar 2004 09:47:22 -0800
On Mar 25, 2004, at 6:42 PM, John Scalo wrote:
Thanks Douglas. That sounds promising. When I set up the NSSocketPort
that way, everything happens error-free on the server side, but the
client (different computer, local network) hangs when trying to get
the proxy for the connection the first time (actually it times out
eventually).
If you create the socket yourself I believe you need to do the listen()
as well as the bind().
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.