(unknown)
From: ranjith kumar <hidden>
Date: 2012-09-08 14:13:03
Hi, We know that, in TCP socket programming accept() is a "blocking call". Is there any alternative to make "unblocked" accept() call? I want to this because I am unable to kill the thread which made call to accept(). Thanks.