Marcel Holtmann wrote :
> Hello,
> 
> I am writing an application which uses irsockets. But the select() call
> only comes back after timeout when their was once incoming traffic. If
> their is no response the select() call stays infinite. I don't look in
> the af_irda.c. Is their anyone else who have this problem. I am using
> 2.4.0-test11.

        If select didn't work, I would know about it. I've got an app
(e-Squirt, see my web page) that select between 2 regular socket, 2
Ultra socket and an Obex socket without any troubles.
        Probably you forget the the first parameter is the largest
value of the fd + 1, not the number of fds. Classical mistake.

        Jean
_______________________________________________
Linux-IrDA mailing list  -  [EMAIL PROTECTED]
http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda

Reply via email to