Cancel read on socket

Leon Pollak leonp at plris.com
Mon May 26 13:40:01 UTC 2008


Hello, all.

Is there any way to cancel currently waiting read operation on UDP socket?
I do not want to close it (need to use it immediately) or use select() 
(consumes a lot of CPU time).

I looked into the select() implementation in rtems_select(...) and feels that 
this must not be too complicated...

Thanks ahead. 
-- 
Leon



More information about the users mailing list