Hello,

It seems (on a blocking socket) in a server-client applicaiton that:

if the client plugs out his cable, the server will never know this... and thus recv() and send() will not fail.

so, how do I catch this properly and fast ( now I'm using a 10 minute no packets = DC system, but its too long )

Thanks