mirror of
https://review.haiku-os.org/haiku
synced 2025-02-07 14:25:58 +01:00
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.