Re: nonblocking accept() on MacOS X (ADSP)
Re: nonblocking accept() on MacOS X (ADSP)
- Subject: Re: nonblocking accept() on MacOS X (ADSP)
- From: jud spencer <email@hidden>
- Date: Tue, 12 Feb 2002 13:18:26 -0800
Isn't ADSP not implemented on OSX?
On 2/12/02 1:00:33 PM, "Peter Kelm" <email@hidden> wrote:
>
I am currently porting some older networking code
>
(AppleTalk ADSP) to MacOS X. Our classic MacOS
>
(7.x-9.x) method of listening to and accepting a
>
connection uses a asynchronous equivalent of accept().
>
In order to minimize the changes I would like to use a
>
non-blocking accept() call on MacOS X on my ADSP
>
socket. But the "standard way" of using
>
fcntl(fListenSocket, F_SETFL, O_NONBLOCK) fails. What
>
can I do to get it working?
>
>
I heard that the MacOS X version of AppleTalk is
>
synchronous only. Does that mean that I am out of
>
luck?
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.