[En-Nut-Discussion] Non-blocking sockets and interrupts

Lorenzo Lombardo lorenzo.lombardo at satbn.com
Thu Aug 17 11:31:33 CEST 2006


Hi,
the standard method to set a non-blocking socket in C with ioctrl() doesn't work and it seems there isn't a signal for receiving data.
Can anyone explain me how to set a non-blocking socket and how to set an interrupt that calls a function when data arrives?

I know I can set up a thread that check for ethernet data, but I prefer to use the above methods.

Regards,
    Lorenzo


More information about the En-Nut-Discussion mailing list