Can a socket be closed from another thread when a send / recv on the same socket is going on?
Suppose one thread is in blocking recv call and another thread closes the s
For me, shutdown() socket from another thread do the job in Linux