Re: Repost: OpenTransport problems under X [solved]
Re: Repost: OpenTransport problems under X [solved]
- Subject: Re: Repost: OpenTransport problems under X [solved]
- From: Marc Stibane <email@hidden>
- Date: Thu, 27 Nov 2003 17:38:40 +0100
>
> ret = select(1,&rfds,NULL,NULL,&tv);
>
>
Shouldn't the first argument be skt+1?
I use only 1 socket and stuff that into the set:
FD_ZERO(&rfds);
FD_SET(skt,&rfds);
IMHO I tell select to check for 1 set member.
Marc Stibane
Fesh! email@hidden
Kurf|rstenstr. 154 tel +49-30-3990 2690
10785 Berlin, Germany mobil +49-173-6522 422
In a world without walls and fences,
who needs windows and gates?
_______________________________________________
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.