Cancel read on socket

Sergei Organov osv at javad.com
Mon May 26 13:49:49 UTC 2008


Leon Pollak <leonp at plris.com> writes:
> Hello, all.
>
> Is there any way to cancel currently waiting read operation on UDP
> socket?

shutdown()

BTW, you should *never* close() socket asynchronously.

-- Sergei.



More information about the users mailing list