mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 02:35:03 +01:00
e552920f09
recv on UDP sockets is not interrupted when the socket is closed. Additionaly, signals do not interrupt kernel threads, that is why new function interrupt_thread was implemented in order to cancel listener thread.