On Sat, 13 Mar 2004, Lyle Coder wrote:

> Hi,
> I have a case where my server accepts connections from clients that 
> imporperly shit down, causing a large number of file descriptors to remain 
> in use by my server program (the kernel has not notified me that the remote 
> client is non existent anymore)
> 
> Can I use TCP_KEEPIDLE for this?

You can use SO_KEEPALIVE for this, and optionally tune how it behaves with
TCP_KEEPIDLE and friends or the similar global sysctl parameters..

   man 7 socket
   man 7 tcp

Regards
Henrik

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to